Carefully read the problem below. Use pseudo code to describe the detailed process. The Problem An athlete is going to attend Olympics. To train, she wants to run around the running track multiple times during the day. Her coach agrees, but has conditions: “you can run until you are tired but you cannot circle the running track more than 25 times”. Define the above process in a sequence of detailed step-by-step instructions using pseudo code. Be sure to organize/order the steps to work in the most logical and efficient manner possible. Test your process thoroughly and refine as necessary. Remember, this should be easy to understand by non-technical business persons
Carefully read the problem below. Use pseudo code to describe the detailed process.
The Problem
An athlete is going to attend Olympics. To train, she wants to run around the running track multiple times during the day. Her coach agrees, but has conditions: “you can run until you are tired but you cannot circle the running track more than 25 times”.
Define the above process in a sequence of detailed step-by-step instructions using pseudo code. Be sure to organize/order the steps to work in the most logical and efficient manner possible. Test your process thoroughly and refine as necessary. Remember, this should be easy to understand by non-technical business persons.
Below is the required pseudo code with explanation:
Step by step
Solved in 2 steps