Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Manga Guide To Databases

Authors: Mana Takahashi, Shoko Azuma, Co Ltd Trend

1st Edition

1593271905, 978-1593271909

More Books

Students also viewed these Databases questions

Question

=+f) Let P(A) = I (wo) for A Fo, and assume (wg) E o($).

Answered: 1 week ago