hey ,
im trying a few stuff in c++ but if i try this it just wont seem to work :s
could someone get out the errors pls ?
#include <iostream>
using namespace std;
int main()
{
cout<<"Pleas tell me your name?"<<endl;
char name;
cin>>name;
cout<<"Hello "<<name<<endl;
cout<<"i saw u playing today,"<<endl;
cout<<"u where playing a great fight..."<<endl;
cout<<"Howmany kills u made in a row today ?"<<endl;
cout<<"pleas insert a number."<<endl;
int a;
cin >> a;
if(a = 1)
{
cout<<"1 kill isn't much"<<endl;
}
else
cout<<"work in progress"<<endl;
system("PAUSE"); return 0;
}
o ye btw this program should do :
- ask for your name
- dysplay your name with the text ...
- ask u howmany kills in a row u made
- tells u something from that amount ..
errors :
only dysplays 1 char
doesnt even ask howmany kills in a row
does tell u something but its not right -.-


LinkBack URL
About LinkBacks
Reply With Quote




Bookmarks