taking a lvl 1 C++ class wohoo :p
any tips/ ways to show off in class ?
Yes, search over google, find some big sentences with big words, and try to act smartass by telling the sentences you read to your class mates.
0_o evryone there is in collage and they have some bases i was like 0_o the whole lesson
i learned somthing though
conversion code:
float US dollars
float Egyptian Pounds
cout << US dollars;
cin >>US dollars;
Egyptian Pounds=(US doller))/5.55;
cout<<"Egyptian Pounds=";
cout <<Egyptian Pounds;
cout <<endl;
system ("pause");
return SUCCESS;