diff --git a/Problems/Problem_9/Problem_9.md b/Problems/Problem_9/Problem_9.md new file mode 100644 index 0000000..57fce24 --- /dev/null +++ b/Problems/Problem_9/Problem_9.md @@ -0,0 +1,12 @@ +# Write a program that prints the following on the screen(for n repetitions): +``` +1 +1 2 +1 2 3 +1 2 3 4 +1 2 3 4 5 +. +. +1 2 3 4 .....n + +```