Menu

[solved] – Question 77716

Find at least five compile-time errors in the following program.

#include iostream

int main();

{

cout << “Please enter two numbers:”

cin << x, y;

cout << “The sum of << x << “and” << y

<< “is: ” x + y << endl;

return;

}

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *