Question: ,GOOD NIGHT DUDES I need this example with C# visual studious 2010 - From F to C : Deduct 32 , multiply by 5 ,
,GOOD NIGHT DUDES
I need this example with C# visual studious 2010

- From F to C : Deduct 32 , multiply by 5 , and then divide by 9 - From C to F : Multiply by 9 , divide by 5 , and then add 32 Design and implement a simple Windows program to do the math. Your application should look as follows: To indicate which text box has the converted value, make the back color of this text box red. For example if you converted from C to F the Fahrenheit box color should become red, while the color of the Celsius text box is white. After that, if you convert from F to C, the C box should be red, while the F text box is white. To change color, modify the "BackColor" property value to "Color.Red" or "Color. White". Submission: You need to submit a report to your lab supervisor that contains the following: 1) Brief explanation of how events work. 2) Illustration of all the steps you performed in designing the previous exercise and including the code for the two buttons (C to F) and (F to C). Also you need to run your application in front of the lab supervisor. 3) Conclusions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
