File size: 248 Bytes
65478f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Connect the class 'name and the elements of the list to each other!

Boolean
[true, false, false]


String
["a", "b", "c"]


Double
[34.0, 22.22, -111.11]


Character
['a', '', 'z', '*"]


Float
[1.5f, 2.2f, 0.003f]


Integer
[-5, -6, -3, -1, -100]