Question: learn.zybooks.com Assignment 2 2 y 2 . 2 7 - COMP B 1 1 : Programming Concepts... 2 y 2 . 4 - COMP B

learn.zybooks.com
Assignment 2
2y 2.27- COMP B11: Programming Concepts...
2y 2.4- COMP B11: Programming Concepts a...
COMP B11: Programming Concepts and Methodology I home >2.27 : Floating-point (double)
zyBooks catalog
Your value
696.91
Feedb
CHALLENGE
ACTIVITY
2.27.2: Floating-point numbers (double).
5410223993546.4329y7
Jump to level 1
One gallon equals 16 cups. The following program intends to read a floating-point 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 2.5, then the output is:
0.156 gallons
import java.util.Scanner;
public class Cupstogallons {
I public static void main(String [] args){
Scanner scnr = new Scanner(
System.in);
// Modify the following code
int volCups;
int volGals;
}
System.out.printf("%.3f gallons ??
, volGals);
}
2
3
4
 learn.zybooks.com Assignment 2 2y 2.27- COMP B11: Programming Concepts... 2y 2.4-

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!