Revision as of 18:29, 13 May 2024 by Admin (Created page with "Write a function that outputs a right isosceles triangle of height and width ''n'', so ''n = 3'' would look like <pre> * ** *** </pre>")
ABy Admin
May 13'24
Exercise
Write a function that outputs a right isosceles triangle of height and width n, so n = 3 would look like
* ** ***