Question: PLEASE READ I'm in a beginning class and we're learning how to make handwritten flowcharts and use for and while loops only We are not




PLEASE READ I'm in a beginning class and we're learning how to make handwritten flowcharts and use for and while loops only We are not converting to any programming languages yet, we are only making handwritten flowcharts. I need help doing the problems and fully understanding how to do them so that I can do others like them on my own. I've included an example of one solution to a different problem shared in lecture here to show what solutions should look a bit like: Start 0 - Even 0 -> Odd Enter a number -> Num Input: a positive number or zero to stop Check Num > 0 False (Num is 0) True Check Num > 1 False (Num is 0 or 1) True Num -2-> Num (Num is 0) False (Num is 1) True Num Output "The number is even" Even +1-Even Output "The number is odd" Odd+1-> Odd Enter a number -> Num Input Output Even Output Odd End Here is the problem given: Draw a flowchart for the program that will read an unknown number of ages. (0 is a valid age used for a baby.) The user will enter a negative number if there are no more ages to enter. The program will output the average age and youngest and oldest ages. If no ages were entered, display "No ages were entere". 40 Hint: Use 2 boxes to store the youngest and oldest ages. What would you put in these boxes at the beginning
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
