Get input
Steps
- Understand the problem.
- We need to get the value from the input device.
- It may change on each execution.
- We also need to load the value for PI as it
will be used in a later step.
- Design a solution.
- Ask the user for a radius value.
- Get input from user and store in the
container, radius.
- Copy the value from the literal, 3.14 and
write it in the container, PI.
- Test the solution.