472 Appendix A
Additional Lab Exercises
General Programming Techniques
Testing Numbers
Testing Numbers, Step 1
Create a program that allows a user to enter a number between 0 and 100. If
the number is greater than or equal to 50, display the number. If it is less
than 50, display a pop-up box with the message “Please enter a number
between 50 and 100.”
Suggestions
This program can be created with 5 or fewer objects. Choose from the
following objects:
Start
Int32
Slider
Real64
If/Then/Else
Formula
Gate
Text
Junction
Alphanumeric
Message Box