Imports System
Public Module Module1
Public Sub Main()
for n = 50 to 75
Console.WriteLine(n)
next
for x = 10 to 1
for
End Sub
End Module