This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:c4eng:fall2024:projects:stl2 [2024/10/09 15:13] – [for loop] dprado | notes:c4eng:fall2024:projects:stl2 [2024/10/09 15:14] (current) – [while loop] dprado | ||
---|---|---|---|
Line 23: | Line 23: | ||
while (1) | while (1) | ||
- | { | + | |
- | task we wish to repeat here | + | {task we wish to repeat here} |
- | } | + | |
====do-while loop==== | ====do-while loop==== | ||