3 quizzes in a row, 3 wrong answers... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

3 quizzes in a row, 3 wrong answers...

😠 This is getting ridiculous. Who accepts these quizzes? One of them was obvious: Which java package is used to get user input, there were 2 choices that were valid, java.io and java.util but only java.io was accepted as correct....

8th Apr 2017, 8:21 PM
Karl T.
Karl T. - avatar
4 Answers
+ 10
It's the same for java.io. IO requires BufferedReader or DataInputStream.
8th Apr 2017, 8:33 PM
Karl T.
Karl T. - avatar
+ 6
While we are worrying that there are less questions in challenges, wrong ones are popping up. A miracle should happen to make challenges better.
9th Apr 2017, 1:22 AM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 3
Then I have to challenge in Java to get to that question to see what you mean, it has be proven in the past that some of these challenge questions are inaccurate.
8th Apr 2017, 8:35 PM
Ghauth Christians
Ghauth Christians - avatar
+ 2
To be fair, it's the java.util.Scanner that actually allows you to get user input. Try using just java.util to get user input and you'll see that you can't.
8th Apr 2017, 8:30 PM
Ghauth Christians
Ghauth Christians - avatar