- Home
·
- Math/Dates
·
- Convert celsius temperature to Fahrenheit Temperature
Convert celsius temperature to Fahrenheit Temperature
Convert celsius temperature to Fahrenheit Temperature
API Declarations
One text box named text1
Command button named command1
Click event
Rate Convert celsius temperature to Fahrenheit Temperature
(2(2 Vote))
c = Val(Text1.Text)
b = (9 / 5 * c) + 32
MsgBox ("The fahranhiet temperature is") & b
End Sub
Convert celsius temperature to Fahrenheit Temperature Comments
No comments yet — be the first to post one!
Post a Comment