Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a lava program to generate a user's daily average number of walking steps for a given moins of the year. do so, write the

image text in transcribed
image text in transcribed
image text in transcribed
Write a lava program to generate a user's daily average number of walking steps for a given moins of the year. 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) 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) c) 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 Dally Average of walked steps = Number days of a given month w SAMPLE INPUT/OUTPUT Inpur the month: 2 Input the num. of steps for each of the 28 days of month 2: 227 1232 119 12002 1222... ...222 Daily Average of Walked Steps - 4732.28322 Note: Your answer should follow the given sample input/output. Question 2 20 Points Write a Java program that reads two positive integers num1 and num2 (assume numi

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

Step: 3

blur-text-image

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

Spatial Databases A Tour

Authors: Shashi Shekhar, Sanjay Chawla

1st Edition

0130174807, 978-0130174802

More Books

Students also viewed these Databases questions

Question

LO 9-4 How to organize informative and positive messages.

Answered: 1 week ago

Question

=+ 2. Do you have a license and do you have insurance?

Answered: 1 week ago