Promotion
CodeGym University
Learning
Courses
Tasks
Surveys & Quizzes
Games
Help
Schedule
Community
Users
Forum
Chat
Articles
Success stories
Activity
Reviews
Subscriptions
Light theme
Help with tasks
Reviews
About us
Start
Start learning
Start learning now
All questions
Ask a question
All quests
All levels
Any status
Questions about tasks
Hot
Gellert Varga
Level 23
Szekesfehervar
Question about the task
Task about algorithms
Java Syntax
,
Level 9
,
Lesson 11
Resolved
Why does the data read loop read a "null" as the last element? (After the last of all item of the inputlist.) But only in some cases, and in other cases doesn't.
A data read loop threw a nullPointerException in some cases. The input list contained numbers and strings mixedly, but I read them all as strings one after the other, into a string ArrayList: while (true) { String s = reader.readLine(); if (s.isEmpty()) break;
27.06.2020
593
views
2
comments
0
Alban
Level 14
Kukes
Question about the task
HashSet of plants
Java Syntax
,
Level 8
,
Lesson 3
Under discussion
Please help !!
help!!
03.07.2020
489
views
3
comments
0
Elise Hoovler
Level 23
Saint Charles
Question about the task
Hippodrome (part 13)
Java Multithreading
,
Level 1
,
Lesson 16
Resolved
HELP
I'm sure it's something small but I'm not seeing it. The output on itelliJ is right..... Please help!!
05.05.2020
526
views
3
comments
0
Henk
Level 19
Pretoria
Question about the task
Static modifiers: part 2
Java Core
,
Level 5
,
Lesson 9
Resolved
My task works, but this is nonsensical ?
Why did I have to specify Solution.A = Integer.parseInt etc...... instead of just being able to specify A = Integer.parseInt etc...... ? A is a public Solution wide variable. Also, why did they put in public static final int MIN = min(A, B); if you can't just print MIN (which already did the c
22.05.2019
1739
views
6
comments
0
pratyush prakash
Level 2
patna
Question about the task
Implement the print method
Java Syntax
,
Level 2
,
Lesson 1
Under discussion
lvl2 task
in this task why do we not add " " in the sys.out.println statement inside bracket
01.07.2020
390
views
5
comments
0
Angel Stefan Arjoca
Level 26
Bucharest
Question about the task
Chicken factory
Java Core
,
Level 4
,
Lesson 6
Resolved
Not passing the string request(nr 6)
I have no more ideas... any hint? Tk you!
02.07.2020
525
views
2
comments
0
Hendra
Level 8
Medan
Question about the task
Kind Emma and the summer holidays
Java Syntax
,
Level 8
,
Lesson 8
Under discussion
help please ....I give up
package com.codegym.task.task08.task0816;
03.07.2020
422
views
1
comment
0
Maxine Hammett
Level 19
San Diego
Question about the task
Words in reverse
Java Syntax
,
Level 7
,
Lesson 9
Under discussion
Wont pass last three tasks but output is correct
I don't know why this code isn't passing verification. Your help is appreciated.
29.06.2020
739
views
3
comments
0
Henk
Level 19
Pretoria
Question about the task
Static modifiers: part 1
Java Core
,
Level 5
,
Lesson 9
Resolved
It works, but why would this make ANY difference, compared to just doing it like we've done it before ?
In the Main method, instead of in a Static block, whatever that means. Both would populate the list the same way.
22.05.2019
1523
views
3
comments
0
fifi deng
Level 22
Paris
Question about the task
Playing Javarella
Java Syntax
,
Level 7
,
Lesson 9
Under discussion
cant understand, why is it?
03.07.2020
556
views
2
comments
0
RATNAKAR SAHOO
Level 2
nayagarh
Question about the task
Minimum of three numbers
Java Syntax
,
Level 2
,
Lesson 8
Under discussion
What's wrong
I can't figure it out
01.07.2020
667
views
6
comments
0
dhanush
Level 30
Chennai
Question about the task
Notepad for new ideas
Java Syntax
,
Level 6
,
Lesson 11
Resolved
help
everything is fine but it's not verifying the task
02.06.2020
835
views
3
comments
0
hidden #10602322
Level 3
Question about the task
Minimum of three numbers
Java Syntax
,
Level 2
,
Lesson 8
Resolved
plz step by step instructions
Error = The min method must return the minimum of the numbers a, b, and c.
24.04.2020
1296
views
2
comments
2
pratyush prakash
Level 2
patna
Question about the task
Implement the print method
Java Syntax
,
Level 2
,
Lesson 1
Under discussion
help me
in this question while displaying the string s why do we not use the " " mark in System.out.println(s) statment
02.07.2020
363
views
1
comment
0
null
Level 26
Orlando
Question about the task
Tracking changes
Java Core
,
Level 9
,
Lesson 11
Under discussion
Can someone point out what makes it fail the final condition?
01.07.2020
507
views
2
comments
0
SammyGammy
Level 4
Chico
Question about the task
Pay raise
Java Syntax
,
Level 2
,
Lesson 2
Resolved
Why is this not working? It gave me the results I wanted, but it still fails.
I need help with this code. I feel like it is right, but im not sure what needs to be done.
01.07.2020
541
views
3
comments
0
Will Utulu
Level 0
Question about the task
Amigo is very smart
Java Syntax
,
Level 0
,
Lesson 2
Under discussion
I can't figure the tasks out
Pls I can't figure this question out, I don't even know what am supposed to do there
02.07.2020
696
views
1
comment
0
Razvii
Level 16
Timișoara
Question about the task
Cat relations
Java Syntax
,
Level 6
,
Lesson 11
Resolved
OUTPUT its OK , what i wrong ???
WHAT IS WRONG??
12.06.2019
1555
views
1
comment
0
Ricardo Olivarria
Level 16
Question about the task
Nice weather
Java Core
,
Level 3
,
Lesson 11
Resolved
There seems to be an issue here.
Any help here?
27.09.2018
2138
views
6
comments
1
Wei Cui
Level 39
Newark
Question about the task
Saving time
Java Multithreading
,
Level 10
,
Lesson 4
Under discussion
where wrong
output is same as request
13.04.2020
1071
views
1
comment
2
Infamous 711
Level 4
Question about the task
Deep and pure love
Java Syntax
,
Level 3
,
Lesson 8
Under discussion
please! help!!!!!
why am I getting error? I think I did everything right
02.07.2020
331
views
2
comments
0
Angeget
Level 22
Potsdam
Question about the task
Punctuation
Java Core
,
Level 9
,
Lesson 5
Resolved
please tell me what i am doing wrong hier?
please tell me what i am doing wrong hier?
14.03.2019
1766
views
12
comments
0
Angel Stefan Arjoca
Level 26
Bucharest
Question about the task
Cats
Java Core
,
Level 4
,
Lesson 4
Resolved
I am not able to create an object CatFactory
Cat cat = new CatFactory.getCatByKey(); is not working. Tk you!
30.06.2020
473
views
3
comments
0
Kritika Kumari
Level 11
Mumbai
Question about the task
We don't need repeats
Java Syntax
,
Level 8
,
Lesson 8
Under discussion
Cant solve the task.
Please help me with my code.It is not satisfying 4th condition.What's the error?
09.05.2020
774
views
2
comments
0
Angel Stefan Arjoca
Level 26
Bucharest
Question about the task
Turnip
Java Core
,
Level 3
,
Lesson 11
Resolved
I realy had no idea what to do next! 🤦♂️
🤔??? Tk you!
29.06.2020
594
views
4
comments
0
Jonas
Level 41
Vilnius
Question about the task
Mastering the methods of the Integer class
Java Multithreading
,
Level 10
,
Lesson 2
Archived
Please help
How should I determine which radix should I use?
05.06.2020
612
views
1
comment
0
Seferi
Level 22
Question about the task
Shortest or longest
Java Syntax
,
Level 7
,
Lesson 6
Resolved
Why is it failing?
I tested this extensively and it's working fine but for some reason its failing the test for short string..
02.07.2020
494
views
1
comment
0
Jeanne Vo
Level 22
Olympia
Question about the task
In decreasing order
Java Syntax
,
Level 7
,
Lesson 12
Under discussion
I need to take a break from studying!!!
"variable temp might not have been initialized" Someone please help me.
02.07.2020
779
views
1
comment
0
Tom Vandermolen
Level 4
Redmond
Question about the task
Mercantile intentions
Java Syntax
,
Level 3
,
Lesson 12
Resolved
Solution Grader is Wrong
How is it possible that every requirement is wrong, when the program clearly generates the output defined in the problem statement? I mean, even "The program must not read data from the keyboard" is a fail? I also tried it by just having 10 println() statements, got the same results.
27.06.2020
538
views
2
comments
0
Dominika Valovicova
Level 2
Question about the task
Family relations
Java Syntax
,
Level 2
,
Lesson 2
Resolved
What is woman.husband?
Why is following code not correct? Shouldn't we use variable type when creating new variables? What does "woman.husband" and "man.wife" (the dot) mean please? Man woman.husband = man; Woman man.wife = woman;
30.06.2020
1173
views
6
comments
0
Show more
1
...
171
172
173
174
175
...
371
Please enable JavaScript to continue using this application.