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

3rd Apr 2017, 10:12 PM
Ibrahim Nuhu
Ibrahim Nuhu - avatar
1 Answer
+ 5
cout <<x <<endl; you need << to separate each bit of the statement
3rd Apr 2017, 10:23 PM
Shane