4 lines
75 B
VB.net
4 lines
75 B
VB.net
|
|
Dim i As String
|
||
|
|
Console.WriteLine("Enter a String")
|
||
|
|
i = Console.ReadLine()
|