Skip to content
Snippets Groups Projects
Commit 193899c7 authored by Rudi Buss's avatar Rudi Buss
Browse files

Update Exercise 1 - Multiplication tables.txt

parent 097534c9
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,6 @@ Output:
Tip:
- Call the function printTableFor() in the main function.
- This task requires a nested for loop.
- To create the tabulator, use \t.
- To create the tabulator, use "\t".
Then create the same output with a while and a do-while loop, each of which is called with a new function.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment