Hey SoloLearn, you got some really wrong answers in challenges! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hey SoloLearn, you got some really wrong answers in challenges!

For example in Java there is a question, asking of which of the following is not a primitive datatype. Two of the possible answers are Double and Float (yes, not double nor float). Both are wrapper-classes and for both of them, the answer should be true, as it is for String. Please delete this question, as there is already the same one with correctly written answer. Another question asks for the default value of a Boolean (yes, not boolean). Again a wrapper-class. Anyone else seen something like this?

21st Jan 2017, 1:52 PM
bem
bem - avatar
1 Answer
+ 5
I've seen a guess the output in JS that used document. write with a space in the middle. Make sure you test your quizzes in the Code Playground, people!
21st Jan 2017, 1:55 PM
Caleb Jore
Caleb Jore - avatar