- Beranda
- Komunitas
- Tech
- Programmer Forum
Ada yg tau arti potongan kode ini


TS
wijaya.robert96
Ada yg tau arti potongan kode ini
While Not (IsNumeric(strInput) Or UCase(strInput) = "QUIT")
Console.WriteLine("A numeric product ID is required.")
Console.WriteLine("Please reenter the Product ID or QUIT to continue.")
strInput = Console.ReadLine()
End While
' Exit on "quit".
If UCase(strInput) = "QUIT" Then
End
End If
Console.WriteLine("A numeric product ID is required.")
Console.WriteLine("Please reenter the Product ID or QUIT to continue.")
strInput = Console.ReadLine()
End While
' Exit on "quit".
If UCase(strInput) = "QUIT" Then
End
End If
0
968
8


Komentar yang asik ya
Urutan
Terbaru
Terlama


Komentar yang asik ya
Komunitas Pilihan