Challenge
No
Write a program about whatever you like, that has:
- Input from the worksheet.
- At least one string, and one numeric input.
- Output to the worksheet.
- Validation of all input. Numeric and range check (numeric input), and normalization (string input).
- All error messages shown on the worksheet.
- Old output and error messages cleared at start.
- Output depends on input values, tested with one or more
If
s.
See the other exercises on this page if you need inspiration. Silly is OK.
Upload your workbook. The usual coding standards apply.
If you were logged in as a student, you could submit a solution to this exercise.
Where referenced