Question: Write a program that declares a named constant to hold the number of quarts in a gallon (4). Also declare a variable to represent the
Write a program that declares a named constant to hold the number of quarts in a gallon (4). Also declare a variable to represent the number of quarts needed for a painting job, and assign an appropriate value—for example, 18. Compute and display the number of gallons and quarts needed for the job. Display explanatory text with the values—for example, A job that needs 18 quarts requires 4 gallons plus 2 quarts. Save the program as QuartsToGallons.java.
Step by Step Solution
3.37 Rating (175 Votes )
There are 3 Steps involved in it
QuartsToGallonsjava class QuartsToGallons public static void mainString args final ... View full answer
Get step-by-step solutions from verified subject matter experts
