Imports System
Public Module Module1
Public Sub Main()
Console.WriteLine("10 numbers")
Dim a as integer
Dim b as integer
Dim c as integer
Dim d as integer
Dim e as integer
Dim f as integer
Dim g as integer
DIm h as integer
Dim i as integer
Dim j as integer
a = console.ReadLine()
b = console.ReadLine()
c = console.ReadLine()
d = console.ReadLine()
e = console.ReadLine()
f = console.ReadLine()
g = console.ReadLine()
h = console.ReadLine()
i = console.ReadLine()
j = console.ReadLine()
Console.WriteLine(a+b+c+d+e+f+g+h+i+j)
If (a or b or c or d or e or f or g or h or i or j < 20)then
Console.WriteLine("1 value smaller than 20")
End Sub
End Module