Name: Anonymous 2013-04-30 0:52
Don't feel like going to VM...What does thius output
int main (){
float x = 1.5;
float y = 3/5;
if (x == y){
cout << "yes" << endl;
}
else{
cout << "no" << endl;
return 0;
}
int main (){
float x = 1.5;
float y = 3/5;
if (x == y){
cout << "yes" << endl;
}
else{
cout << "no" << endl;
return 0;
}