i
dun know how to 1. Write a program that uses a do-while loop to print the even numbers between 2 and 60, inclusive, each on a new line.
2. Write a program that asks the user to enter a number between 1 and 100 and uses a do-while loop to error trap the entry of the data. This means that the question will stay inside of the loop until a correct response is entered.
3.Write a program that asks the user to enter his/her test grades (enter -99 to quit). Print the AVERAGE of the test grades entered to the nearest tenth. Use a do-while loop for this program.
please,i really need to know the program listing and the coding,so maybe i'll try to understand it by myself
dun know how to 1. Write a program that uses a do-while loop to print the even numbers between 2 and 60, inclusive, each on a new line.
2. Write a program that asks the user to enter a number between 1 and 100 and uses a do-while loop to error trap the entry of the data. This means that the question will stay inside of the loop until a correct response is entered.
3.Write a program that asks the user to enter his/her test grades (enter -99 to quit). Print the AVERAGE of the test grades entered to the nearest tenth. Use a do-while loop for this program.
please,i really need to know the program listing and the coding,so maybe i'll try to understand it by myself
Comment