Why are the questions so hard | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 5

Why are the questions so hard

I am Level 5 and watched some beginner videos on java but the question in the quiz 1vs1 are so hard I feel like I learned nothing I hate you sololearn

21st Apr 2020, 11:29 PM
Mats
16 Answers
+ 5
If your question has been solved add [SOLVED] in your question. That will help other askers to search and get your question as same as thier and solved already. Happy coding </>
18th Aug 2020, 2:16 AM
Sakshi💕
Sakshi💕 - avatar
+ 4
Hello Mats You mean the lesson "More on Classes"? Which part do you not unterstand?
21st Apr 2020, 11:35 PM
Denise Roßberg
Denise Roßberg - avatar
+ 4
And I guess you should not only watch videos. You should write codes. ;) And it helps to write down the question which you don't understand. Then you can ask here. :)
22nd Apr 2020, 12:05 AM
Denise Roßberg
Denise Roßberg - avatar
+ 4
Mats it takes practice...don’t worry if u don’t know everything keep practicing till you get there!
22nd Apr 2020, 12:29 AM
toto
toto - avatar
+ 2
Mats That's good :) If you have understood loops and if else statements than you can do the next step. Arrays, Lists -> here you can store elements and use loops User input to make it more interesting You can also learn more about Strings. and so on...
22nd Apr 2020, 12:12 AM
Denise Roßberg
Denise Roßberg - avatar
+ 2
Mats It is not really difficult. And the most stuff which you are doing will become clear when you learned the lessons about classes/objects/methods. For user input you need the Scanner class. You need to import it. import java.util.Scanner; (this is the place where the Scanner class is) Then you need to create a Scanner object: Scanner input = new Scanner(System.in); This object has methods which you can use to get your input: int num = input.nextInt(); double num2 = input.nextDouble(); String text = input.nextLine(); String word = input.next(); There is not really more which you need to know at this moment. Just use it in your codes to keep it in mind. In short: Learn how to do things like this and later you will learn why you do this. ;)
22nd Apr 2020, 1:07 AM
Denise Roßberg
Denise Roßberg - avatar
+ 1
coffeeunderrun ok i try but question still hatd
21st Apr 2020, 11:45 PM
Mats
+ 1
Btw: The challenges are made by users. So you should not hate sololearn. :D
22nd Apr 2020, 12:06 AM
Denise Roßberg
Denise Roßberg - avatar
+ 1
Denise Roßberg the problem is with practicing I can only do System.out.println and I can do that with if and else and for and while
22nd Apr 2020, 12:06 AM
Mats
+ 1
Go through the notes and solve some practice code snippets to master and don't ever get depressed
22nd Apr 2020, 5:34 PM
Chetan Singh
Chetan Singh - avatar
+ 1
Don’t be silly. We all been through this. Quiz is there to test your knowledge. If you lose don’t let yourself down and if you win don’t be proud. Wander like a child and learn progressively. I sound like a teacher but i am not. 😁
22nd Apr 2020, 7:45 PM
\•/
\•/ - avatar
0
Denise Roßberg when I click on play and play against someone the Questions are too hard for me
21st Apr 2020, 11:36 PM
Mats
0
Denise Roßberg I tried User input but I dont understand what what it is exactly doing and I feel like I am just copy pasting it so I dont want to use it I only want to use it if I understand everything about it
22nd Apr 2020, 12:21 AM
Mats
0
It you have difficulty in question screenshot it and do research on it
22nd Apr 2020, 7:50 AM
Saleh Abdullahi
0
Mats actually it means that you have to train a practice a lot of java problems so as to get a perfect experience and expertise in it. Don't let your morale down. Just hang on tight and don't lose hopes. One fine day you will really get used to such kinds of problems.
22nd Apr 2020, 11:19 AM
Krishna Suryawanshi
Krishna Suryawanshi - avatar
- 1
Hi how are you there
22nd Apr 2020, 2:27 PM
Blessed Allan Lugolobi
Blessed Allan Lugolobi - avatar