"Dr Ravi, here's the program to convert decimal numbers to binary numbers.
Private Sub Command1_Click()
s = InputBox("please enter a value")
j = Val(s)
10 a = Int(j / 2)
b = a * 2
c = j - b
Form1.Print c
j = a
If j = 1 Then GoTo 11
If…"
Cie AS Computing
Raid Syamil has not received any gifts yet
© 2025 Created by Ravichandran.
Powered by