Question
In this exercise, youll add data validation to the application you created in extra exercise 2-1. (I've already completed exercise2-1) Youll also let the user
In this exercise, youll add data validation to the application you created in extra exercise 2-1. (I've already completed exercise2-1) Youll also let the user do multiple conversions before ending the application. This is the dialog box for an invalid entry: 1. If you didnt already do extra exercise 2-1, do it now. 2. Add data validation to the application so it wont do the conversion until the user enters a Fahrenheit temperature between -100 and 212. If the entry is invalid, a dialog box like the one above should be displayed. 3. Add a loop to the code so the user can do a series of calculations without restarting the application. To end the application, the user must enter 999 as the temperature.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started