cls
for i= 5 to 1 step -1
  for j= 1 to 11-2*i
    print "i";
  next j
  print
next i
end