Answered You can hire a professional tutor to get the answer.

QUESTION

Construct a solution algorithm for the following programming problems. Your solution should contain :

Construct a solution algorithm for the following programming problems. Your solution should contain : 1) A defining diagram 2) a list of control structures required 3) a pseudocode algorithm 4) a desk check of the algorithm.

Design an algorithm that will prompt for and receive a person's age in years and months and calculate and display the age in months. If the calculated months figure is more than 500, three asterisks should also appear beside the month figure. Your program is to continue processing until sentinel of 9999 is entered.

Program printAgesInMonthsBegin numeric years, months, totalmonths; display("Enter your ages in years and months: "); read(years, months); totalmonths = years * 12 + months; If...
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question