exercise:Ea8e2c74c4: Difference between revisions

From Stochiki
(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>")
 
No edit summary
Line 1: Line 1:
Write a function that outputs a right isosceles triangle of height and width ''n'', so ''n = 3'' would look like
Build a program where control passes from main to four different functions with 4 calls.
<pre>
*
**
***
</pre>

Revision as of 18:32, 13 May 2024

Build a program where control passes from main to four different functions with 4 calls.