Write a program to print a triangle of the shape and size indicated below. You must use nested loops.
The outer loop will go from line to line. The inner loop or loops will go across a line. You will not get any
credit if you do not use at least two loops as indicated above.