+ 1
Please can someone help me with this code
12// number "some text" // _______ True//________
2 Answers
0
Interesting, I would say 12 is an Integer, âsome textâ is a String and True is a Boolean value.
12// number "some text" // _______ True//________