TurkuBasicOOPinJava / Week 2: Methods, strings and lists /15b. Match class name and element
KaiquanMah's picture
Create 15b. Match class name and element
65478f8 verified
raw
history blame
248 Bytes
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]