Question: 1 Create a program in C# Temperature in degrees Celsius can be calculated from degrees Fahrenheit according to this formula: Celsius degrees = (degrees Fahrenheit

1 Create a program in C# Temperature in degrees Celsius can be calculated from degrees Fahrenheit according to this formula: Celsius degrees = (degrees Fahrenheit -32) * 5/9 You are going to create a GUI program that reads a decimal number temperature in degrees Fahrenheit (the value should be entered in a "text box") and write how many degrees Celsius this corresponds to (in another "text box"). The program should use three buttons: "Convert" button on this performs the conversion- "Remove data" button on this removes all content from the two text boxes- "Exit" button on this exits the program Temperaturomregner Fahrenheit Celsius 100,5 38,056 Fjem data Regn om Avslutt Fjern data = Remove data Regn om = Convert Avslutt = Exit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
