Overview
Goal
Write our first program.
Do Not Worry
As you work through this example, you'll likely be seeing many new things. Do not worry 👍🏽 about these yet (stay tuned).
Program Description
For our first program we will work through the following (all with respect to the program "end user"):
- Display a greeting
- Prompt for number
- Get entered number
- Display number
- Do a calculation with the number
- Display calculation result
Step-By-Step
Example -- Description (Problem Statement)