0
Cout<<x endl;
what should be after x to print out the results in the above code? I have been trying but couldn't proceed.pls help
1 Answer
+ 5
cout <<x <<endl;
you need << to separate each bit of the statement
what should be after x to print out the results in the above code? I have been trying but couldn't proceed.pls help