Variables:

10
integer
9.5
double
bob
string
1
boolean

boolean
100
integer

Arithmetic Operator:

14 + 9 = 23
14 - 9 = 5
14 x 9 = 126
14 / 9 = 1.5555555555556
14 mod 9 = 5

Formatting Numbers:

12,345
12,345.00
string
12,345.68
2024-04-25
string
04/25/24
Apr.25.2024,Thu

Relational Operators:

10 is NOT equal to 12
$investment is empty

Loops:

1
2
3
4
5
6
7
8
9
10
11
12

1
2
3
4
5
6
7
8
9
10
11
12

1,1; 1,2; 1,3; 1,4; 1,5; 1,6;
2,1; 2,2; 2,3; 2,4; 2,5; 2,6;
3,1; 3,2; 3,3; 3,4; 3,5; 3,6;
4,1; 4,2; 4,3; 4,4; 4,5; 4,6;
5,1; 5,2; 5,3; 5,4; 5,5; 5,6;
6,1; 6,2; 6,3; 6,4; 6,5; 6,6;
7,1; 7,2; 7,3; 7,4; 7,5; 7,6;
8,1; 8,2; 8,3; 8,4; 8,5; 8,6;
9,1; 9,2; 9,3; 9,4; 9,5; 9,6;
10,1; 10,2; 10,3; 10,4; 10,5; 10,6;
11,1; 11,2; 11,3; 11,4; 11,5; 11,6;
12,1; 12,2; 12,3; 12,4; 12,5; 12,6;

 

1,1; 1,2; 1,3; 1,4; 1,5; 1,6;
2,1; 2,2; 2,3; 2,4; 2,5; 2,6;
3,1; 3,2; 3,3; 3,4; 3,5; 3,6;
4,1; 4,2; 4,3; 4,4; 4,5; 4,6;
5,1; 5,2; 5,3; 5,4; 5,5; 5,6;
6,1; 6,2; 6,3; 6,4; 6,5; 6,6;
7,1; 7,2; 7,3; 7,4; 7,5; 7,6;
8,1; 8,2; 8,3; 8,4; 8,5; 8,6;
9,1; 9,2; 9,3; 9,4; 9,5; 9,6;
10,1; 10,2; 10,3; 10,4; 10,5; 10,6;
11,1; 11,2; 11,3; 11,4; 11,5; 11,6;
12,1; 12,2; 12,3; 12,4; 12,5; 12,6;