Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
~673 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for Mr.Beast

Create a new file with the following code in main(): a for loop that prints the numbers 75 to 125 a for loop that prints the numbers 50 to 30, in reverse order a while loop that prints the numbers from 66 to 111 a while loop that prints the …

Member Avatar for plenty.groover
-1
344
Member Avatar for Mr.Beast

write a program that: asks the user to enter a grade (integer between 0 and 100) if the grade is above a 90, display good job if the grade is below a 70: --- ask for a second grade --- if the second grade is 70 or above, display you …

Member Avatar for Reverend Jim
-2
329