Write a programme in visual basic to convert celcius to Fahrenheit c=5/9(f-32)
Answers
Answered by
0
Explanation:
SetFocus Else f = 9 * c \ 5 + 32 MsgBox " Fahrenheit :" & " "… ... Write a VB program to convert a temperature from Celsius to Fahrenheit and vice versa. Dim c As ... c = (f – 32) * 5
Similar questions
Math,
6 months ago