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
Java 25
All quests
All levels
Any status
Questions about tasks
Hot
Nitin raj
Level 12
Mumbai
Question about the task
Make a family
Java Syntax
,
Level 8
,
Lesson 11
Resolved
Can anyone please explain what the conitions are saying.
Actually I didn't get the question, please someone explain it in detail
8/3/19
1970
views
1
comment
0
ddi
Level 18
Dortmund
Question about the task
All that moves
Java Core
,
Level 3
,
Lesson 2
Under discussion
What am i missing?
Can somebody explain it to me?
8/8/19
1308
views
2
comments
0
Denis
Level 22
Kharkiv
Question about the task
Four mistakes
Java Core
,
Level 3
,
Lesson 2
Under discussion
Help me with this pls
I dont understand(
6/24/19
1695
views
4
comments
0
Joy Majumdar
Level 16
Kolkata
Question about the task
GCD
Java Core
,
Level 4
,
Lesson 8
Under discussion
Please help
Where is the bug ?
7/30/19
1069
views
1
comment
0
Manish
Level 0
Question about the task
Task about algorithms
Java Syntax
,
Level 5
,
Lesson 12
Archived
what is logic behind gameField[y][x]=new GameObject(x,y);
package com.codegym.games.minesweeper; import com.codegym.engine.cell.*; public class MinesweeperGame extends Game{ private static final int SIDE=9; private GameObject gameField[][]=new GameObject[SIDE][SIDE]; public void initialize(){ setScreenSize(SIDE,SIDE); createGam
8/7/19
1452
views
1
comment
0
Cristian
Level 16
Bucharest
Question about the task
You can't have too much of a good thing
Java Syntax
,
Level 4
,
Lesson 10
Archived
What's wrong with my code?
package com.codegym.task.task04.task0432; /* You can't have too much of a good thing */ import java.util.Scanner; public class Solution { public static void main(String[] args) throws Exception { int N; String s; Scanner console = new Scanner(System.in);
8/7/19
1631
views
2
comments
0
satish
Level 15
kadapa
Question about the task
Buggy initializeIdAndName
Java Core
,
Level 3
,
Lesson 2
Under discussion
what should we want to return
how that user return and what is the use of it
6/6/19
1328
views
2
comments
0
Jegadish chandran
Level 3
Mumbai
Question about the task
Crazy eights
Java Syntax
,
Level 2
,
Lesson 5
Under discussion
doesn't execute
anybody help me to solve this!
6/25/19
1303
views
3
comments
0
Anusha Govindarajan
Level 7
Amsterdam
Question about the task
Even and odd digits
Java Syntax
,
Level 6
,
Lesson 5
Under discussion
The code works but requirements are not satisfied about writing to even and odd.Can some one help?
The code works but requirements are not satisfied about writing to even and odd.Can some one help?
8/6/19
1237
views
3
comments
0
Jason
Level 26
Rancho Cucamonga
Question about the task
Catching unchecked exceptions
Java Syntax
,
Level 9
,
Lesson 8
Under discussion
not even getting this to compile and I am completely lost.
I thought I understood what was being asked of me but apparently, I haven't a clue. I don't even know where to begin asking questions. I'm sorry for the vagueness and I hope there is somewhere someone can start with helping me solve this. Thanks in advance! package com.codegym.task.task09.task0917
7/17/19
1911
views
9
comments
0
Denis
Level 22
Kharkiv
Question about the task
Beer. Part 2. The recovery.
Java Core
,
Level 3
,
Lesson 2
Under discussion
Last condition. Pls help.
What i must do?
6/23/19
1228
views
2
comments
0
Noah Keller
Level 15
Offenburg
Question about the task
Longest string
Java Syntax
,
Level 7
,
Lesson 6
Archived
Why doesnt it accept my solution?
Hey community, my programm is working fine and is fullfilling the task conditions but is not accepted as the solution. Can you pls help me find the issue ? Thanks, Noah
8/6/19
1310
views
2
comments
1
Jay
Level 17
Washington
Question about the task
The code won't compile…
Java Syntax
,
Level 9
,
Lesson 11
Under discussion
IntelliJ
When trying to do the tasks on IntelliJ I received a notification that said: You need the CodeGymTasks project to continue. Download it? I pressed yes and chose a location. At that point I was prompted for secret pass code. Where do I get this from? FYI: I started having this issue after an ItelliJ
8/1/19
1365
views
2
comments
0
Sonia Vijayakumar
Level 10
Sindgi
Question about the task
Family relations
Java Syntax
,
Level 2
,
Lesson 2
Resolved
What's the error in this code..?
What's wrong with this code..?
6/7/19
1787
views
3
comments
0
Nitin raj
Level 12
Mumbai
Question about the task
Going national
Java Syntax
,
Level 8
,
Lesson 11
Archived
why the fouth condition is not met
Kindly debug it and plss explain;
8/3/19
1239
views
1
comment
0
Joy Majumdar
Level 16
Kolkata
Question about the task
Minimum and Maximum
Java Core
,
Level 1
,
Lesson 11
Under discussion
Now where did I modify the input array
Help showing the process
6/11/19
1357
views
2
comments
1
IrnBruKing
Level 7
Falls Church
Question about the task
Cat relations
Java Syntax
,
Level 6
,
Lesson 11
Under discussion
Thoughts?
Mother and Son don't seem to match the conditions, where am I going wrong?
8/6/19
1225
views
1
comment
0
JeRiF94
Level 22
Baku
Question about the task
Finding data inside a file
Java Core
,
Level 8
,
Lesson 11
Resolved
EveryThing is good , but in this task they say I am wrong
Just copy this code and run you see that everything in this code is running , but third point say I am made a mistake.
7/28/19
1348
views
2
comments
0
Tara Edwards
Level 6
Question about the task
1 to 10
Java Syntax
,
Level 4
,
Lesson 10
Resolved
My results show 10-1, but i'm failing that requirement
package com.codegym.task.task04.task0430; /* 1 to 10 */ import java.io.*; public class Solution { public static void main(String[] args) throws Exception { int a = 10; while (a > 0){ System.out.println(a); a--; } } }
8/5/19
1593
views
2
comments
0
Jeremy Simons
Level 7
Peterborough, Cambridgeshire, UK
Question about the task
Let's put together a rectangle
Java Syntax
,
Level 5
,
Lesson 7
Resolved
why won't it let me initialize the this.left ?
I can't intialize the last three variables (left, width or height) with an intialize method?!
8/5/19
1618
views
1
comment
0
Jackgai
Level 26
Tokyo
Question about the task
Rounding numbers
Java Core
,
Level 8
,
Lesson 11
Under discussion
Need some help for the 3rd and 4th requirements.
The test files results seems all right, but can't pass the verification. So confused for this task. Please give me some help. Appreciate it.
7/21/19
1598
views
3
comments
0
Tangerin
Level 27
Chongqing
Question about the task
Minesweeper (Part 9/16)
Games
,
Level 0
,
Lesson 0
Under discussion
Stuck in an infinite loop...
I'm pretty sure the problem occurs in line 72, but I can't see why, the method seems fine to me.
7/21/19
1488
views
1
comment
0
hidden #10462592
Level 8
Question about the task
Closest to 10
Java Syntax
,
Level 4
,
Lesson 4
Under discussion
Help with last condition
What extra line must be added for this to compile successfully?
7/15/19
1395
views
3
comments
0
Anthony Chalk
Level 30
London
Question about the task
Currency exchange
Java Syntax
,
Level 3
,
Lesson 3
Under discussion
please help
I'm not sure why the attached screenshot is showing all the requirements as "?". On the actual task it's showing the first two ticked and the code does display the results. I know that the display text command should be in the main method but am unsure how to do that. please help thank youi
8/1/19
1447
views
2
comments
0
Jeremy Simons
Level 7
Peterborough, Cambridgeshire, UK
Question about the task
Arithmetic mean
Java Syntax
,
Level 5
,
Lesson 5
Resolved
Stuck!
I have tried changing the break clause to "break" and that doesn't complete either. Help!
7/26/19
1660
views
2
comments
0
Nicolas Huet
Level 41
Provins
Question about the task
Combining files
Java Core
,
Level 8
,
Lesson 11
Under discussion
I don't understand where I'm wrong in this code...
I read file1 and file2, I append file1 to file2 then write file2 to file1. Then I close everything. Honestly I really don't see the mistakes I've made.
6/15/19
1382
views
1
comment
0
Eike Holtzhauer
Level 22
Tostedt
Question about the task
Big Ben
Java Core
,
Level 6
,
Lesson 7
Under discussion
Requirements are not met - need a hint
Hi I have no clou what´s wrong here. The last three conditions are not met and the only hint from the site is that the requirements are not met. I assume we have to check that all entered times should be processed properly, but I miss more feedback to figure out what´s wrong. Whould be very nice if
8/5/19
1810
views
2
comments
0
AndreiJ
Level 10
Timisoara
Question about the task
Longest string
Java Syntax
,
Level 7
,
Lesson 6
Archived
error on requirements 3 and 4
hello. i cant get around of what i'm doing wrong. i ran the program just fine, it gives the longest string, it shows all the longest strings, yet the last 2 conditions come false. any help is appreciated.
7/31/19
1307
views
7
comments
0
Nitin raj
Level 12
Mumbai
Question about the task
In the blue depths of the stack trace…
Java Syntax
,
Level 9
,
Lesson 2
Under discussion
please explain it so confusing
Please anyone explain how StackTrace is shown tweleve here. My brain is totally blank Please explain
8/4/19
1513
views
1
comment
0
karina abad
Level 11
Daly City
Question about the task
Remove and insert
Java Syntax
,
Level 7
,
Lesson 6
Under discussion
Can't get the answer, don't get the question.
package com.codegym.task.task07.task0711; import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.ArrayList; /* Remove and insert */ public class Solution { public static void main(String[] args) throws Exception { //write your code here ArrayList
8/3/19
2039
views
2
comments
0
Show more
1
...
292
293
294
295
296
...
374
Please enable JavaScript to continue using this application.