Question: Assignment Write a program that tracks how much steps the user walks in total in a day and reports if the daily target is reached

 Assignment Write a program that tracks how much steps the user

Assignment Write a program that tracks how much steps the user walks in total in a day and reports if the daily target is reached or not. The program will keep reading double values, each representing steps walked during an individual activity within a day (stepswalked) until either the user enters a negative value or the daily target of 5000 steps is met. If the user enters a negative number, the program should print total steps walked as a double. Otherwise, if the target is exactly reached, the program should simply print "Target is reached", finally if the target is surpassed the program should print the text "Target is surpassed by", followed by the excess amount above the target as a double, and finally printing the text "steps". NOTE: You MUST use a repetitive statement in this question. NOTE: Each stepsWalked value will be given as a non-negative value. You do NOT need to check this. \begin{tabular}{ICICICCI) Vhline Input & 30001300500 $2305.2$ & $450804.18776 .2-15 & 200019501050 Nhline Output & Target is surpassed by $2105.2$ steps & $2030.38$ & Target is reached Whline \end{tabular) SE. SD.8051

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