Inverted Right-angle triangle of Asterisk
Problem:- write a programme that takes an integer input I and prints an inverted right-angle triangle pattern of asterisks with I rows.
Divide the problem into small Steps: -
first, run the loop based on the input of the integer
run loop inside the...
y2024.hashnode.dev2 min read