You do — Stretch
The height a student jumps in the high jump needs to be input and validated. The height is entered in centimetres (cm) and must be between 40.0 and 180.0 inclusive.
Write an algorithm to:
• take the height jumped as input
• output "VALID" or "NOT VALID" depending on the height input.