Question: Develop a VBA program that displays a table of temperatures in degrees Celsius and Fahrenheit.Query the user for the lower bound, upper bound, and increment
Develop a VBA program that displays a table of temperatures in degrees Celsius and Fahrenheit.Query the user for the lower bound, upper bound, and increment for the Celsius temperatures. Use errortraps to ensure that: 1) the lower bound is less than the upper bound and 2) the increment is less than therange from the lower to the upper bound. Test the program for the case where the lower and upper boundsare 0 and 100, respectively, and the increment is 15C. Also, set up tests to ensure that your error traps areworking properly.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
