Question: Problems for Practice:Using RAPTOR flowchart: 1 . Design an algorithm that asks the user for their age and displays it 1 0 times . 2

Problems for Practice:Using RAPTOR flowchart:1. Design an algorithm that asks the user for their age and displays it 10 times.2. Design an algorithm that asks the user for two numbers A and B and then displays the result of the operation A/B. If B -0, keep asking for another value for B until the user enters a nonzero integer.3. Design an algorithm tr keeps asking the user for their name until they enter "stop".Then, it displays "Goodbye!"4. Design an algorithm that asks the user for 3 numbers and then displays the result of the operation A/(B*C). If B and/or Care equal to zero, keep asking for other values until the user enters nonzero integers.5. Design an algorithm that keeps asking the user for their favorite hobby until they enter"done". Then, it displays the total number of hobbies entered.6. Design an algorithm that keeps asking the user for numbers until a negative number is entered. Then, it displays the count for odd and even numbers (i.e., how many numbers were odd, and how many numbers were even).7. Design an algorithm that asks the user to enter the grades of 20 students. Your program should output the following:Number of students with Good Standing: Grade >=80b. Number of students with Satisfactory: 70<= Grade <80 C.Number of students with Unsatisfactory: Grade <70d. The class average.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!