Question: Given that 1 pound = 1 6 ounces, complete the calculation to convert the integer variable numOunces to the double variable numPounds using implicit conversion.
Given that pound ounces, complete the calculation to convert the integer variable numOunces to the double variable numPounds using implicit conversion.
Ex: If the input is then the output is:
pounds
import java.util.scanner;
public class Poundsconverter
public static void mainString args
Scanner scnr new Scanner
System.in;
final int OUNCESPERPOUND ;
int numounces;
double numpounds;
numounces nextInt ;
numPounds OUNCESPERPOUND;
System.out.print numPounds;
System.out.println pounds";
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
