Calculate the temperature in Celsius in C#.

 Calculate the temperature in Celsius using integer values. 

C = 5/9 * (F 32)

CODE:

Text Box

output:

Text Box

Comments

Popular posts from this blog

Calculator in c# using Static Methods

Calculate Area of Different Shapes in C# Using Method.

Calculator in c# using Method void method