- 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
16 ответов
+ 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 </>
+ 4
Hello Mats
You mean the lesson "More on Classes"?
Which part do you not unterstand?
+ 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. :)
+ 4
Mats it takes practice...don’t worry if u don’t know everything keep practicing till you get there!
+ 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...
+ 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. ;)
+ 1
coffeeunderrun ok i try but question still hatd
+ 1
Btw: The challenges are made by users. So you should not hate sololearn. :D
+ 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
+ 1
Go through the notes and solve some practice code snippets to master and don't ever get depressed
+ 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. 😁
0
Denise Roßberg when I click on play and play against someone the Questions are too hard for me
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
0
It you have difficulty in question screenshot it and do research on it
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.
- 1
Hi how are you there