4 lines
78 B
Text
4 lines
78 B
Text
|
|
Dim i As Integer
|
||
|
|
Console.WriteLine("Enter an Integer")
|
||
|
|
i = Console.ReadLine()
|