+ 5
Why does it say compilation error?? [Solved]
8 Réponses
+ 7
cin >> a >> endl;
dont need a “end line”
cin >> “grade” >> endl;
try to use cout
replace with:
cout << “grade: “ << endl;
cin >> a;
+ 7
~ swim ~ function😳 i thought it is an object
+ 5
~ swim ~ thanks for correcting my information
+ 4
endl is a constant object you cannot do that
cin>>endl
+ 1
It is working properly. It has not any error. Try again!
0
Thanks! It worked!
0
🙄🙄🙄🙄🖕
0
Sorry it have no any error, try now on SOLOLEARN platform.