(Plan) Please review all necessary steps and carefully consider the materials and structure needed for drafting your Pseudocode.
(Input) Design a program that prompts the user for a refrigerator model name and the interior height, width, and depth in inches.
(Process) Calculate the refrigerator capacity in cubic feet by multiplying the height, width, and depth to get cubic inches and dividing by 1728 (the number of cubic inches in a cubic foot). Use named constants where appropriate for your calculation.
(Output) Print the refrigerator module name and capacity in cubic feet
Please verify the accuracy of your pseudocode by testing it using a calculator to ensure the correct calculation of Cubic Feet.
Verify the accuracy of your pseudocode by using a calculator to ensure the correct calculation of Cubic Feet. Did it work? Guess what? You just completed a testing scenario, which we will learn more about in future modules.
Once completed, save your file as Pseudocode Module 2 - Exercise 1 - Your Name