Draw the output and write pseudo code for a program that


Draw the output and write pseudo code for a program that calculates the gown size that student need for graduation ceremony. The program accepts as input a student's height in feet and inches and weight in pounds and does so continuously until the user enters zero for the height. It converts each student's height to centimeters and weight to grams. Then, it calculates the graduation gown size needed by adding 1/3 of the weight in grams to the value of the height in centimeters. The program prints the result for each student. There are 2.54 centimeters in an inch and 453.59 in grams in a pound. Use named constants wherever you think they are appropriate.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Draw the output and write pseudo code for a program that
Reference No:- TGS01411920

Now Priced at $10 (50% Discount)

Recommended (98%)

Rated (4.3/5)