0
2
llucycodes42
The code block is a conditional statement. The code inside of the curly braces is the code that will be executed if the condition is met.
Shortcut: switch
switch expression {
case condition:
}
0
2
llucycodes42
The code block is a conditional statement. The code inside of the curly braces is the code that will be executed if the condition is met.
Shortcut: switch
switch expression {
case condition:
}