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