Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

quickly please Write a Java program to generate a user's daily average number of walking steps for a given month of the year. To do

quickly please
image text in transcribed
Write a Java program to generate a user's daily average number of walking steps for a given month of the year. To do so, write the appropriate code for each of the following steps: a) First the program should prompt the user to enter the month's number (from 1 to 12) as an integer type. Assume all input is valid b) Use switch case to determine the number of days in the given month (Suppose that month 2 has 28 days, months 1,3.5.7,8,10,12 have 31 days and the other months have 30 days) Use a counter-based loop (for-loop or while-loop) to ask the user to enter the number of steps walked in each of the days of the entered month. d) Calculate and display the daily average number of walked steps as follows: Total steps walked in a given month Daily Average of walked steps: Number of days of a given month SAMPLE INPUT/OUTPUT ter the monthnumber? Enter the sumber of steps for each of the days of enth 2 2271232 119 120 1222 The daily average tape is 4732.78322 Note: Your answer should follow the given sample input/output

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Is this public actively seeking information on this issue?

Answered: 1 week ago

Question

2. What are your challenges in the creative process?

Answered: 1 week ago