Question: (Processing Java) This small piece of code is used by an air conditioning contractor to calculate the volume of air in a rectangular house, to
(Processing Java) This small piece of code is used by an air conditioning contractor to calculate the volume of air in a rectangular house, to choose which unit to install. In this case, the house is 10m by 30m, and there are three floors, each is 3m tall. Create variables and named constants, and add comments, to make the code more readable.
int volume = 10*30*3*3;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
