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
  • 19:54, 7 July 2025 Mr. Goldstein talk contribs created page Conditional Statements (if, else if, else, switch) (Created page with "=== 3.3.1 Conditional Statements (if, else if, else, switch) === Imagine you're at a crossroads, and you need to decide which way to go. Your decision depends on a condition, like "If the sign says 'Beach', go left. Otherwise, go straight." '''Conditional Statements''' are programming instructions that allow your program to '''make decisions''' based on whether a certain condition is true or false. They let your code choose different paths of execution. Here are the ma...") Tag: Visual edit