Question: One gallon equals 1 6 cups. The following program intends to read a floating - point value from input, convert the value from cups to
One gallon equals cups. The following program intends to read a floatingpoint value from input, convert the value from cups to gallons, and output the volume in gallons, but the code contains three errors. Find and fix all three errors.
Ex: If the input is then the output is:
gallons
volGals volCups ; import java.util.Scanner;
public class CupsToGallons
public static void mainString args
Scanner scnr new ScannerSystemin;
Modify the following code
int volCups;
int volGals;
volCups scnrnextInt;
volGals volCups ;
System.out.printff gallons
volGals;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
