Question: CHALLENGE ACTIVITY 1 . 5 . 2 : Floating - point numbers ( double ) . 5 2 5 5 6 6 . 3 8
CHALLENGE
ACTIVITY
: Floatingpoint numbers double
One week equals days. The following program intends to read a floatingpoint value from input, convert the value from days to weeks, and output the quantity in weeks, but the code contains three errors. Find and fix all three errors.
Ex: If the input is then the output is:
weeks
import java.util.Scanner;
public class DaysToweeks
public static void mainString args
Scanner scnr new ScannerSystem in;
I Modify the following code
int lengthDays;
int lengthWeeks;
lengthDays ;
lengthweeks lengthDays ;
system.out.printf weeks
lengthweeks;
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
