- Variables
- Constants
- Numbers
- Strings
- Arrays
- Sets
- Create two integer variables
a
andb
- Print the sum of these variable
- Create array of 6 elements
- Add the value 7 to the array
- Print the fourth element of the array
- Delete the second element of the array
- Create a set of 4 elements
- Print every element in the set
- Create a string variable that holds your name
- Print your name (the variable)
Monday 27 September