WAP to accept temperature degree in Celsius (°C) and convert and display the same in degree Fahrenheit (°F) [formula: F=9*c/5+32]
Eg:
Input
Celsius=90
Output=194
Ex= (9*90= 810 /5+32=194)
Published By : Sunita Chhetry
WAP to accept temperature degree in Celsius (°C) and convert and display the same in degree Fahrenheit (°F) [formula: F=9*c/5+32]
Eg:
Input
Celsius=90
Output=194
Ex= (9*90= 810 /5+32=194)