Joined
Last Seen
-3 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: Write a program in C++ using if/else operator with nested statements to find the grade of a student. The detail is as follow. grade >= 90 Grade A grade >= 80 Grade B grade >=70 Grade C grade >=60 Grade D grade < 59 Grade … |
The End.