Computer Science, asked by Daniel4782, 1 year ago

Write a programme in visual basic to convert celcius to Fahrenheit c=5/9(f-32)

Answers

Answered by Anonymous
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