Is it valid all the challenges test? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is it valid all the challenges test?

HashSet<String> set = new HashSet<String>(); set.add("p"); set.add("Big"); set.add("@"); set.add("big); set.add("Dog"); set.add(";;"); system.out print(set.size()); output:5 I don't think

7th Oct 2017, 9:04 PM
Evangelos Mavropoulos
Evangelos Mavropoulos - avatar
1 Answer
+ 10
If you think a quiz question is invalid, you can report it. Click back to the challenge screen and view the answers. On each of the quiz answer pages there is a "STOP" sign with an exclamation mark inside it. Click it and describe the reason.
7th Oct 2017, 9:34 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar