For Programming Challenge, use pseudocode to write an event-driven program according to the given specifications using the information covered.
Using the window shown in Figure 11.24, write a temperature conversion program. To use this program, the user selects an option, types a temperature into the appropriate text box, and clicks the "Convert" command button. The corresponding temperature then appears in the other text box. Clicking the "Done" button should end the program.
Use the following formulas for the conversions:
• convert Fahrenheit to Celsius: C = 5 * (F - 32) / 9
• convert Celsius to Fahrenheit: F = 9 * C / 5 + 32
Figure 11.24 The window for Programming Challenge 5

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.