Promotion
CodeGym University
Java FullStack
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
Java 25
All quests
All levels
Any status
Questions about tasks
Hot
Jannessa Markovich
Level 8
Orlando
Question about the task
StringHelper class
Java Syntax
,
Level 6
,
Lesson 8
Under discussion
Having a hard time with this one.
Can't figure out why the last two tasks aren't accepting it. It prints the words on repeat but I am missing something according to the last list.
6/1/20
473
views
1
comment
0
Stephen Haokip
Level 8
imphal
Question about the task
Crossing the road blindly
Java Syntax
,
Level 4
,
Lesson 4
Under discussion
guys i need help
what is wrong here... first two conditions are met. but the last 3 conditions are not
6/1/20
470
views
2
comments
0
Denis
Level 22
Kharkiv
Question about the task
Be gone, all that is unnecessary!
Java Core
,
Level 5
,
Lesson 4
Under discussion
what is wrong
pls help
6/26/19
1441
views
3
comments
1
Hania
Level 4
Warsaw
Question about the task
Escaping characters
Java Syntax
,
Level 3
,
Lesson 6
Under discussion
Why isn't it working?
package com.codegym.task.task03.task0316; /* Escaping characters */ public class Solution { public static void main(String[] args) { System.out.print("This is a Windows path:"); System.out.print(" \"C:\\Program"); System.out.print("Files\\Java\\jdk1.8.0_172\\bin\"\n");
5/20/20
747
views
2
comments
0
Henry
Level 6
Stuttgart
Question about the task
Create a Rectangle class
Java Syntax
,
Level 5
,
Lesson 9
Under discussion
What am i supposed to do?
I do not understand what is expected of me to do.I cant paint a picture in my head to even think of a solution. How many constructor am i suppose to create? Am i supposed to create a copy constructor and pass Rectangle as an argument? I do not understand what it means that the class must have at le
6/1/20
580
views
1
comment
0
Nehal Abubakar
Level 7
Karachi
Question about the task
Even to the moon!
Java Syntax
,
Level 2
,
Lesson 8
Resolved
I'm right but it's saying that you are wrong
Plzzzz help me out with the formula only that am i putting the formula wrong or is there something else.
8/9/18
3948
views
16
comments
0
Kritika Kumari
Level 11
Mumbai
Question about the task
HashMap of 10 pairs
Java Syntax
,
Level 8
,
Lesson 3
Under discussion
Whats the error?
The program is showing correct output but not fulfilling 3rd condition.What is the error in the program?
4/24/20
1239
views
3
comments
0
dhanush
Level 30
Chennai
Question about the task
Man and woman
Java Syntax
,
Level 5
,
Lesson 12
Resolved
help
donno what's worng with this code it looks everything is fine but some error occurs :(
5/31/20
669
views
2
comments
0
Ryan
Level 1
Ashburn
Question about the task
Maximum in an array
Java Syntax
,
Level 7
,
Lesson 4
Resolved
Negative Numbers - Works but doesn't pass
I'm not sure why this is not passing but it keeps telling me "Be sure that the max method works correctly with negative numbers". Well it does but I'm still not passing so I'm not sure what else to do. Here is my code: package com.codegym.task.task07.task0701; import java.io.BufferedReader; impor
6/1/20
781
views
1
comment
0
Kron1K
Level 26
AUS
Question about the task
The isomorphs are coming
Java Core
,
Level 2
,
Lesson 12
Resolved
Output is correct, task wont complete
Output is correct, task wont complete. Please help :)
6/12/19
1728
views
3
comments
1
Stephen Haokip
Level 8
imphal
Question about the task
Rule of the triangle
Java Syntax
,
Level 4
,
Lesson 4
Under discussion
help... i think i m right
but the condition tell me otherwise. plis tell me whats wrong with my code
5/31/20
610
views
1
comment
0
Niladri pradhan
Level 33
Mumbai
Question about the task
Tetris (part 16)
Java Collections
,
Level 2
,
Lesson 15
Under discussion
First two conditions not verifying
How to check for boundary conditions
3/8/20
989
views
2
comments
0
Dinesh
Level 7
Delhi
Question about the task
Rule of the triangle
Java Syntax
,
Level 4
,
Lesson 4
Under discussion
I am unable to get the second the Error argument in the error message while working on IDE IntelliJIDEA
While working on the Intelli J idea I noticed about the Error in which I was unable to understand the second argument in the Error the first one displays the line number. But what does this second argument stand for? Error:(19, 40) java: ')' expected Error:(19, 44) java: not a statement Error:
5/29/20
468
views
1
comment
0
Johannes
Level 27
Centurion, Pretoria
Question about the task
Contextual advertising
Java Core
,
Level 9
,
Lesson 11
Resolved
Works but last condition not satisfied ?
Can't see what I'm missing ? Debugged etc, it works.
4/19/20
1292
views
2
comments
0
Kamal Khastagir
Level 11
kolkata
Question about the task
Expressing ourselves more concisely
Java Syntax
,
Level 7
,
Lesson 6
Archived
:/ why is it not working?
I have tried doing it like the last problem. I can't figure out how to pass the conditions
5/10/20
1124
views
3
comments
0
Chakshu Gupta
Level 9
Delhi
Question about the task
Playing Javarella
Java Syntax
,
Level 7
,
Lesson 9
Under discussion
Unable to get pass these two conditions.
Where am I wrong?
5/31/20
655
views
1
comment
0
Neha Anjum
Level 6
Hyderabad
Question about the task
The required number
Java Syntax
,
Level 2
,
Lesson 5
Resolved
What do I do ?? Display is 19...but error pops-up to comment more lines
public class Solution { public static void main(String[] args) { int x = 1; int y = 0; y = y + x; x = x * 2; y = y + x; x = x * 2; y = y + x; //x = x * 2; y = y + x; x = x * 2; y = y + x; Syste
9/12/18
2166
views
8
comments
0
Ratiu Gabriel
Level 10
Satu Mare
Question about the task
Even and odd digits
Java Syntax
,
Level 6
,
Lesson 5
Under discussion
The displayed text must match the task conditions.
The program works perfectly fine , but still the last req isn't met.It is something wrong with the output ?
5/31/20
628
views
1
comment
0
BLANC
Level 12
Paris
Question about the task
Even and odd digits
Java Syntax
,
Level 6
,
Lesson 5
Under discussion
hello guys!! Belove my code. I don't understand. When I enter an input, my code returns the right number of even and the right number of odd. But I have red cross. So I am lost since 5 hours on this task....
package com.codegym.task.task06.task0606; import java.io.*; /* Even and odd digits */ public class Solution { public static int even; public static int odd; public static void main(String[] args) throws IOException { BufferedReader reader = new BufferedReader(new InputStre
5/30/20
807
views
2
comments
0
Stephen Haokip
Level 8
imphal
Question about the task
Closest to 10
Java Syntax
,
Level 4
,
Lesson 4
Under discussion
plis help me
i dont know where i go wrong
5/28/20
661
views
2
comments
0
bob
Level 8
Milan
Question about the task
Zombie cats, zombie dogs
Java Syntax
,
Level 6
,
Lesson 5
Resolved
someone please explain this...
hi. i have the solution, but completely don't understand the answer. what is going on here? can someone please explain...
5/30/20
727
views
1
comment
0
WonderWoman
Level 8
Bangalore
Question about the task
Rule of the triangle
Java Syntax
,
Level 4
,
Lesson 4
Resolved
Not sure why the conditions listed are not matching. Please help.
Not sure why the conditions listed are not matching. Please help.
9/6/18
2098
views
6
comments
1
bob
Level 8
Milan
Question about the task
Hello, StarCraft!
Java Syntax
,
Level 3
,
Lesson 4
Under discussion
how to create and name objects using a loop
hi. can anyone tell me the best practices syntax for creating and naming objects using a loop. it needs to all be in the main. like in the task listed, i want to just have a standard name, like "zerg" and then add a count number that increases. "zerg1, zerg2, etc" i tried referencing the counter i
5/16/20
946
views
4
comments
0
bob
Level 8
Milan
Question about the task
Console-based piggy bank
Java Syntax
,
Level 5
,
Lesson 12
Resolved
how do i use the ternary operator her?
hi. i got the task right, (you can see the if/else statement commented out), but afterwards i wanted to use the ternary operator instead. i can't seem to get it right as the statement gets an error that the void type isn't allowed here. can anyone help me understand what's going on and let me know h
5/27/20
743
views
2
comments
0
Dinesh
Level 7
Delhi
Question about the task
Day of the week
Java Syntax
,
Level 4
,
Lesson 4
Under discussion
Last Condition not satisfied
Everything is working properly but last condition is not satisfied.
5/29/20
709
views
3
comments
0
Tata
Level 16
Hisar, Haryana
Question about the task
Task about algorithms
Java Syntax
,
Level 5
,
Lesson 12
Resolved
can anyone help me to understand this task please???
all answers will be appreciated.
5/26/20
664
views
2
comments
0
Tata
Level 16
Hisar, Haryana
Question about the task
Task about algorithms
Java Syntax
,
Level 5
,
Lesson 12
Resolved
what should i do now please help me!!
i am stuck with this for two days.
5/27/20
601
views
3
comments
0
Tata
Level 16
Hisar, Haryana
Question about the task
StringHelper class
Java Syntax
,
Level 6
,
Lesson 8
Resolved
I'm stuck.
please help me to solve this and tell me about the whole program how it is functioning.
5/29/20
580
views
4
comments
0
Samantha
Level 4
Crofton
Question about the task
Sum of the digits of a three-digit number
Java Syntax
,
Level 3
,
Lesson 12
Resolved
Don't really understand.
I didn't really understand the problem in the first place, I attempted, tried to listen to the mentor suggestion, but I just am not getting it. Can someone explain what I gotta do? I don't want a straight answer, I like to problem solve and just need to understand the problem better. Thanks for your
4/8/20
1696
views
4
comments
0
Erhan H.
Level 23
Istanbul
Question about the task
2048 (Part 4/18)
Games
,
Level 0
,
Lesson 2
Under discussion
Requirement control error
Although I match the requirement, it gives error. Part(4/18) - Requirement: In the initialize() method, the drawScene() method must be called last.
11/8/19
1206
views
2
comments
2
Show more
1
...
188
189
190
191
192
...
374
Please enable JavaScript to continue using this application.