Lab4's Purpose
1.)Create a program which give a output similar to this
1
12
123
1234
12345
11111
22222
33333
44444
55555
2.) Create the first output by using 2 for loops only
3.) Create the second output by using 2 while loops
4.) The user input is limited to positive numbers less than 10. You have to use a do while loop to secure that the input is only limited to those numbers only.