...

/

Challenge 3: Print a Right-Angled Triangle

Challenge 3: Print a Right-Angled Triangle

This challenge will test your knowledge of nested for loops.

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 ...