Question: Write a program in java that declares a constant named QUARTS_IN_GALLON which holds the number of quarts in a gallon (4). Also declare a variable
Write a program in java that declares a constant named QUARTS_IN_GALLON which holds the number of quarts in a gallon (4). Also declare a variable named quartsNeeded to represent the number of quarts needed for a painting job, and assign an appropriate value. Compute and display the number of gallons and quarts needed for the job. Display explanatory text with the valuesfor example, A job that needs 18 quarts requires 4 gallons plus 2 quarts.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
