dim a1,a2,a3,b1,b2,b3,c1,c2,c3,seed as string
Console.WriteLine("Enter 9 digit seed")
seed = console.readline()
n = 10 * n + rnd.next(0,2)
if seed/100000000 >= 1 then
if (seed- n)/10000000 >= 1 then
if (seed- n)/1000000 >= 1 then
if (seed- n)/100000 >= 1 then
if (seed- n)/10000 >= 1 then
if (seed- n)/1000 >= 1 then
if (seed- n)/100 >= 1 then
if (seed- n)/10 >= 1 then
console.writeline(a1 & a2 & a3)
console.writeline(b1 & b2 & b3)
console.writeline(c1 & c2 & c3)