Question
Please use flowgorithm software and also the pseudo code for this assignment. This exercise is from Into to computer logic basic not an advanced algorithm.
Please use "flowgorithm software" and also the pseudo code for this assignment. This exercise is from "Into to computer logic" basic not an advanced algorithm.
For this assignment, you are to write the pseudo-code for a program that will accept 3 inputs from the user. Each input is a positive whole number. The program will continue to loop through and do this activity until the user indicates that they wish to quit entering numbers. This continuation should be in the form of a question similar to "Do you wish to continue? (Y=Yes, N=No)".
After the user has entered each set of the three numbers, the program will tell the user if the sum of the first and second number is equal to the third, larger than the third, or smaller than the third number entered. Echo the inputs in your output to the user on the numbers entered.
A second requirement of this program is to count the number of sets of three numbers that are entered by the user and display that information during the friendly message at the end of the program. The user should only see the count when they are finished.
The use of modules is expected on this program. This will make it easier to run the count as it will be in the main portion of the program with the while loop.
End the program by displaying a friendly message to the user and let them know the program is complete.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started