Question: solve One week equals 7 days. The following program intends to read a floating-point value from input, convert the value from 2 days to weeks,

solve

solve One week equals 7 days. The following One week equals 7 days. The following program intends to read a floating-point value from input, convert the value from 2 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 1 . 4, then the output is: 0. 200 weeks 4 1 import java. util. Scanner; IT GUNP public class DaysToWeeks { public static void main(String args) { Scanner sonr = new Scanner (System. in); // Modify the following code 7 int lengthDays; int lengthWeeks; 9 10 lengthDays = schr.nextInt(); 11 12 lengthWeeks = lengthDays / 7; 13 14 System. out. printf("%.3f weeks\\", lengthweeks); 15 16 } 1 2 3 4 Check Next level

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 Mathematics Questions!