Quiz revision? How to improve ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Quiz revision? How to improve ?

How would you improve the quizzes revision? I just found a question in a challenge with duplicated answer...and I wondered why do SoloLearn allows this xD

16th Jan 2018, 7:23 PM
jaaxdev
jaaxdev - avatar
3 Answers
+ 26
means taking java challenges can be bad this time //i think most of the quizzes are approved & have many possible errors //if i find , i will post screenshot
16th Jan 2018, 7:56 PM
Gaurav Agrawal
Gaurav Agrawal - avatar
+ 1
double sum = 0; for(int i=1; i<=10; i++){ sum += 1/i; } System.out.print(sum); Answers: 1.0 10 1.0 10.0 I didn't know how to post a quiz xD
16th Jan 2018, 7:37 PM
jaaxdev
jaaxdev - avatar
+ 1
Thank you :D
16th Jan 2018, 7:46 PM
jaaxdev
jaaxdev - avatar