Jump to content

Main public logs

Combined display of all available logs of Computer Science Knowledge Base. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:21, 7 July 2025 Mr. Goldstein talk contribs created page 3.3.2 Looping Constructs (for, while, do-while) (Created page with "=== 3.3.2 Looping Constructs (for, while, do-while) === Imagine you need to count from 1 to 100, or you need to send an email to everyone on a list. Doing this manually, one by one, would be super boring and take forever! '''Looping Constructs''' (also called '''loops''') are programming instructions that allow your program to '''repeat a block of code multiple times.''' They are incredibly powerful for automating repetitive tasks. There are different types of loops, e...") Tag: Visual edit