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
Letenyei Ádám
Level 16
Bakonyszombathely
Question about the task
Software update
Java Syntax
,
Level 8
,
Lesson 11
Under discussion
What is the problem? Please help
package com.codegym.task.task08.task0829; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; /* Software update */ public class Solution { public sta
23.07.2019
1472
views
6
comments
0
Anthony Chalk
Level 30
London
Question about the task
Closest to 10
Java Syntax
,
Level 4
,
Lesson 4
Under discussion
Help please
I've tried everything to meet the last condition nothing works. Please Help. Thank you.
21.08.2019
873
views
2
comments
0
kapil
Level 12
delhi
Question about the task
Set of cats
Java Syntax
,
Level 8
,
Lesson 11
Resolved
problem while printing
i have checked by printing all three cats and by printing cats after removing one, but it fails all time....please help someone
31.01.2019
2242
views
5
comments
1
Itachi
Level 16
Brooklyn
Question about the task
Minesweeper (Part 13/16)
Games
,
Level 0
,
Lesson 0
Resolved
help
it is not compiling
21.08.2019
1333
views
0
comments
0
hidden #10514438
Level 2
Under discussion
i dont understand the code the relation between x and y
package com.codegym.task.task01.task0107; /* No comments needed */ public class Solution { public static void main(String[] args) { int x = 2; int y = 12; // y = x * y; y = x + y; x = y - x; y = y - x; System.out.println(x);
20.08.2019
969
views
1
comment
0
Eduardo
Level 23
Coyoacan
Question about the task
Computer
Java Core
,
Level 4
,
Lesson 8
Resolved
Computer class
Hi, I need a hand with this task, I got it to compile but I'm missing two last conditions. I tried moving the getters inside the constructor but that causes an error. What am I doing wrong?
28.02.2019
1583
views
3
comments
2
Talha
Level 5
Lahore
Question about the task
Escaping characters
Java Syntax
,
Level 3
,
Lesson 6
Resolved
Why is this not working????
The output in console is same as in question but it is still not meeting the requirement
17.08.2019
1470
views
2
comments
1
KARAN BHOITE
Level 15
Nagpur
Question about the task
Going national
Java Syntax
,
Level 8
,
Lesson 11
Archived
I DONT SEE ANY MISTAKE ?
I TRIED MY BEST...
19.08.2019
1187
views
1
comment
0
Mykola
Level 14
Toronto
Question about the task
Playing Javarella
Java Syntax
,
Level 7
,
Lesson 9
Resolved
Cant pass the verification. Any suggestions?
Steps 3, 4, 5 failed. I've checked every array individually and it looks like everything ok. Just can't get what is wrong here. Thanks.
03.08.2019
1251
views
5
comments
0
Steve
Level 9
Denver
Question about the task
Software update
Java Syntax
,
Level 8
,
Lesson 11
Resolved
Program is working,, I am not meeting the first and fourth requirements.
Program is working fine,, I am not meeting the first and fourth requirements.
17.08.2019
1074
views
2
comments
0
Sven
Level 19
Hanover
Question about the task
GCD
Java Core
,
Level 4
,
Lesson 8
Under discussion
I can't see the problem here. Infinite loop?
When I run this, it works without any problems. But as soon as I do the validation I get "The program ran too long and was closed" . Any ideas?
16.08.2019
1218
views
1
comment
0
Vikrant.
Level 1
Columbus
Question about the task
Task about algorithms
Java Syntax
,
Level 5
,
Lesson 12
Archived
Last Condition?
My Solution works fine but it is not meeting the last condition. Any idea, why?
16.08.2019
970
views
2
comments
0
gmb55
Level 25
Tarnów
Question about the task
Sequential file output
Java Core
,
Level 6
,
Lesson 13
Resolved
Variable in while loop from run() method
Hi, I deleted last request because I didn't knew how to edit it. AzjaLevel 30 , Krakow 36 minutes ago Your code is working fine and "end" variable is updated but it is recommended to use "StringBuilder class" for string concatenation and it should use "getFileContents method" in "run method" becaus
19.08.2019
1805
views
4
comments
0
Michael Davis
Level 11
Mount Laurel
Question about the task
Minesweeper (Part 3/16)
Games
,
Level 0
,
Lesson 0
Under discussion
I'm declaring the constructor what am I missing?
package com.codegym.games.minesweeper; public class GameObject { public int x; public int y; GameObject (int x, int y) { } }
17.08.2019
1639
views
1
comment
0
Itachi
Level 16
Brooklyn
Question about the task
Minesweeper (Part 4/16)
Games
,
Level 0
,
Lesson 0
Under discussion
The createGame() method must be called in the initialize() method.
24.07.2019
1624
views
2
comments
0
Joy Majumdar
Level 16
Kolkata
Question about the task
Factorial
Java Core
,
Level 5
,
Lesson 12
Under discussion
Can't get it right
Help
16.08.2019
1096
views
1
comment
0
Brandon Nicolle
Level 5
Edmonton
Question about the task
18+
Java Syntax
,
Level 4
,
Lesson 6
Under discussion
Question about Syntax
Hello, So I know I can max this program work as intended by switching my nameCheck and ageCheck scanners so that it checks for a string first. I'm just wondering if there anyway to bypass having to put them in order to avoid errors. Obviously when you're coding you don't know when and what order yo
18.08.2019
1568
views
1
comment
0
Brandon Nicolle
Level 5
Edmonton
Question about the task
Multiplication table
Java Syntax
,
Level 4
,
Lesson 10
Under discussion
Can my code be cleaner?
This seems to work, I'm just wondering if it could be any cleaner or more compact?
18.08.2019
1060
views
1
comment
0
Mykhailo Kuvshynov
Level 8
Dnipro
Question about the task
Closest to 10
Java Syntax
,
Level 4
,
Lesson 4
Resolved
Whats wrong?
can't figure out the problem :(
18.08.2019
1055
views
1
comment
2
Ivan Robert Vecerina
Level 8
Warrington
Question about the task
Checking the order
Java Syntax
,
Level 7
,
Lesson 9
Resolved
I don't understand what's wrong with my code. Please Help
So I came up with this code but I really got no idea what part is messing it up. Spent over a day with several breaks tryna crack it but can't.
17.08.2019
1560
views
2
comments
0
Divyansh
Level 4
Mathura
Question about the task
What's the cat's name?
Java Syntax
,
Level 4
,
Lesson 2
Under discussion
Please Help !
Whats the problem ?
11.07.2019
1451
views
3
comments
0
Yashi Gupta
Level 17
Delhi
Question about the task
Playing Javarella
Java Syntax
,
Level 7
,
Lesson 9
Under discussion
Please tell me where i'm wrong?
Please tell me where i'm wrong?
14.08.2019
1166
views
4
comments
0
Bartek J.
Level 13
Zielona Góra
Question about the task
Drawing a rectangle
Java Syntax
,
Level 4
,
Lesson 13
Resolved
What is wrong ?
Hey, Could u tell me what is wrong in my code ? It works properly.
18.08.2019
1369
views
1
comment
0
Bartek J.
Level 13
Zielona Góra
Question about the task
Jen or Jen?
Java Syntax
,
Level 4
,
Lesson 6
Resolved
Problem with : If the names are identical, display "The names are identical"
My code works great, but one Condition is not checked "If the names are identical, display "The names are identical". Does someone know why?
17.08.2019
1388
views
2
comments
0
Ahmed
Level 23
Amsterdam
Question about the task
To the top of the list
Java Syntax
,
Level 7
,
Lesson 6
Resolved
Don't know why it still doesn't accept the answer
Can anyone explain why it still doesn't accept my answer? When i run the application locally it does what i expected. Thanks!
06.05.2019
1830
views
6
comments
0
Joy Majumdar
Level 16
Kolkata
Question about the task
OOP: Method overloading
Java Core
,
Level 5
,
Lesson 12
Under discussion
Wheres's the problem ?
Can't get
09.08.2019
1076
views
1
comment
0
gmb55
Level 25
Tarnów
Question about the task
Following a pattern
Java Core
,
Level 6
,
Lesson 13
Resolved
2.5s?
What is wrong with this 2.5s?
17.08.2019
1494
views
1
comment
0
Talha
Level 5
Lahore
Question about the task
Escaping characters
Java Syntax
,
Level 3
,
Lesson 6
Resolved
com/codegym/task/task03/task0316/Solution.java:13: error: reached end of file while parsing } ^
What should I do to finish this error?
08.08.2019
1287
views
1
comment
0
Patrick Lao
Level 2
Question about the task
Implement the print method
Java Syntax
,
Level 2
,
Lesson 1
Under discussion
My code does not match the 5th requirement. Need help.
1. Under 'public static void print(String s)', I have type in once: System.out.println("Java is easy to learn!"); System.out.println("Java opens many opportunities"); In the display, it showed 4 strings. Then why the 5 requirement is failing? 2. also what is the difference between public static v
06.08.2019
1370
views
3
comments
0
codeJavaster
Level 15
Goeteborg
Question about the task
Cats should not be abstract!
Java Core
,
Level 2
,
Lesson 6
Under discussion
How do I use getName method?
Could someone explain please?
07.08.2019
1195
views
1
comment
0
Show more
1
...
286
287
288
289
290
...
372
Please enable JavaScript to continue using this application.