>I did the changes but still having issues.
It would be nice if you told us what those issues were.
>cout endl;
That won't compile. You probably meant
cout<<endl;.
>grade= ((10- (grade/10)) + 64);
grade doesn't have a predictable value but you use it in an expression...
Reputation Points: 6442
Solved Threads: 1393
Bad Cop
Offline 11,807 posts
since Sep 2004