Challenge 3: Print a Right-Angled Triangle
This challenge will test your knowledge of nested for loops.
We'll cover the following...
Problem Statement
Write a code which prints a right-angled triangle of the character &
.
The code takes an integer variable row as input and prints the right-angled triangle with that ...