Question: In Visual Studio C # language, code the program that finds the Temperature (Tmax) greater than the Temperature - 1 (T1) and Temperature - 2

In Visual Studio C # language, code the program that finds the Temperature (Tmax) greater than the Temperature - 1 (T1) and Temperature - 2 (T2) values entered on the form and prints the result on the form, paying attention to the features given below. a) (25 points) On the form (with TEXTBOX) T1 and T2 temperature values will be taken in fractional number type. b) (25 points) When the button is pressed (EVENT), the result obtained by finding the Maximum Temperature Value (Tmax) will be printed on the form again. c) (25 points) Using METHOD to be specifically defined; T1 and T2 temperature values will be taken as parametric in fractional number type and Maximum Temperature Value (Tmax) will be found and the result will be returned in fractional number type. d) (25 points) ERROR check will be made in data entry through the form and an error message will be given depending on the situation. Note: Only Button Event and Method Description / Usage codes will be written
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
