Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Learning outcome focus: Repetition Structures File name: a 1 _ 3 _ rover.py NASA is planning send another rover robot to Mars. This program will

Learning outcome focus: Repetition Structures
File name: a1_3_rover.py
NASA is planning send another rover robot to Mars. This program will keep track of how
far the rover has travelled per day. The user will be asked for the number of days, then the
distance travelled for each of those days. When this is entered, the program will tell them
the total and average distance, and (if the total distance is greater than zero) the
average speed, and whether their last day was above / below / equal to the average
distance. Speed is in kilometres per hour, and a day is 24 hours.
The number of days and each distance must be error checked following the pattern you
have been taught.
There is no maximum number of days, but the minimum is 1 day. The daily distance must
be between 0 and 100 kilometres inclusive.
Suggestion: One good way to approach this question is to design it and get it working

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

Automating Access Databases With Macros

Authors: Fish Davis

1st Edition

1797816349, 978-1797816340

More Books

Students also viewed these Databases questions

Question

Why We Listen?

Answered: 1 week ago