Answered step by step
Verified Expert Solution
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: arover.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 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 day. The daily distance must
be between and 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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started