Sunday, June 18, 2017

I'm taking an Intro to Programming course and was looking for a little help rephrasing my assignment to me or explaining exactly what it is asking. learnprogramming

So this is my assignment "students will draw a hierarchy chart, flowchart and write pseudocode to represent the logic for a program for Arnie's Appliances. Design a program that prompts the user for a refrigerator model name and the interior height, width, and depth in inches. Calculate the refrigerator capacity in cubic feet by first multiplying the height, width, and depth to get cubic inches, and then dividing by 1728 (the number of cubic inches in a cubic foot). The program accepts model names continuously until "XXX" is entered. Use named constants where appropriate. Also use modules, including one that displays End of Job after the sentinel is entered for the model name." What does it mean "prompts the user for a refrigerator model name"? The entire thing seems very cluttered to me so if someone could more concisely say what I need to do that would be great. Thank you.



Submitted June 19, 2017 at 06:00AM by Abconetwothree4 http://ift.tt/2sIcDGH learnprogramming

No comments:

Post a Comment