// A while inside a while (tick tock) // Demonstrating how you can put a while inside a while to print out a // pyramid of numbers // Week 2, Lecture 3 /* Problem: Print out a grid of numbers that looks like this: 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 */