Section 1

Preview this deck

Switch Case Statement

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (5)

Section 1

(5 cards)

Switch Case Statement

Front

variables to be tested in a list of variables, term for each value is "case"

Back

Syntax of if-else if statement

Front

if(condition){ statements; }else if(condition){ statements; }else{ statements; }

Back

Syntax of if-statement

Front

if(condition){ statements; }

Back

Conditional Statement

Front

A set of rules performed if a certain condition is met

Back

Syntax of if-else statement

Front

if(condition){ statements; }else{ statements; }

Back