Computer Science, asked by swastik77, 7 months ago

Convert the temperature from Fahrenheit into Celsius in Visual Basic

Private Sub Command1_Click() F=Val(F.Text)
C.Text=5/9*(F-32)
End Sub

I am trying this code but it is showing error what am I doing wrong please tell

And Don't tell any other code Please only tell what is the error in this code​

Answers

Answered by Anonymous
17

Answer:

Its correct

try again✌️✌️

Answered by khanbeauty794
2

Answer:

SetFocus End Sub Private Sub Command1_Click() c = Val(TxtInput.Text) If Val(c) = 0 ... Dim c As Double Dim f As Double Private Sub CmdClr_Click () TxtInput.Text = “” TxtInput. ... c = (f – 32) * 5 \ 9 MsgBox ...

Explanation:

piz follow me

Similar questions