Title: Solution For Triangle Quest #37
Labels
Assigned📋
This issue has been assigned to you!
good first issue
Good for newcomers
hacktoberfest2024
Your contribution is part of Hacktoberfest 2024! 🎉
Initiative (Required)
Hacktoberfest 2024 🎃
Is your proposal related to a problem? Please describe.
You are given a positive integer N Print a numerical triangle of height N-1 like the one below:
1
22
333
4444
55555
.......
Can you do it using only arithmetic operations, a single for loop and print statement?
Use no more than two lines.
Add any other context or screenshots about the proposal request here.
No response
The text was updated successfully, but these errors were encountered: