Using what you learned in lesson 11, create the application described below:
A menu lets the user select a conversion: inches to centimeters, pounds to
kilos, etc.
The menu should allow at least 5 choices.
A scroll bar can then be used to make the conversion.
Make sure
that all labels correspond to the conversion selected.
Hint: an array and case statements will make this easier.
Note: There is just one scroll bar in the program.