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
srikanth
Level 10
Bangalore
Question about the task
StringHelper class
Java Syntax
,
Level 6
,
Lesson 8
Under discussion
please any one tell me how to fix this two errors
i didnt understand the meaning of repeatation in question pls any one explain it clearly ..
22.01.2019
1514
views
3
comments
0
Ramilya
Level 20
SPb
Question about the task
Sorting even numbers from a file
Java Core
,
Level 3
,
Lesson 11
Archived
Please help
What's wrong in my code? Input: 5 8 -2 11 3 -5 2 10 My output: 10 10 10 10 10 10 10 10 48 50 50 56
19.03.2019
1999
views
15
comments
1
Björn
Level 1
Aachen
Resolved
Conditions not available in IntelliJ
Dear all, I installed the IntelliJ plugin. I am able to show me the available tasks. If I click on an available task the via the "Plugin-window", the Solution.java is shown in the IntelliJ. But IntelliJ will not show me the Conditions of the task. (I am using JDK 14 - https://www.oracle.com/java/tec
01.04.2020
1110
views
4
comments
0
Madhu Prabha
Level 7
Gurgaon
Question about the task
Getters and setters for the Person class
Java Syntax
,
Level 5
,
Lesson 5
Under discussion
What is wrong with my code?
02.04.2020
1047
views
2
comments
0
hemant
Level 8
prayagraj
Question about the task
Longest string
Java Syntax
,
Level 7
,
Lesson 6
Archived
why index out of bound in line 32(index 0)
please help
02.04.2020
844
views
2
comments
0
Will Rosenberg
Level 9
Glendale
Question about the task
Going national
Java Syntax
,
Level 8
,
Lesson 11
Archived
What is Wrong
My program does exactly what is asked. I even checked to make sure there is no space added after. Is it because I am not converting the String, and I am instead, printing out the array?
03.01.2019
2264
views
6
comments
0
Anthony Chalk
Level 30
London
Question about the task
GCD
Java Core
,
Level 4
,
Lesson 8
Resolved
Very unclear as to what they want
Condition 2 just isn't passing
12.12.2019
1075
views
2
comments
2
Facundo Villarroel
Level 20
Berlin
Question about the task
Transactionality
Java Core
,
Level 7
,
Lesson 10
Under discussion
Why do we need to we need to create an instance of Solution to call the joinData method?
I had all the rest of the code ready, and when I wanted to call the joinData method I found out that I couldn't. Only when instantiating the Solution class I was able to call the method on the instance. In this case, I really don't understand why, can someone explain it to me? Thanks in advance.
09.02.2020
879
views
1
comment
0
IO.Error
Level 24
Bremen
Question about the task
Building a file
Java Core
,
Level 8
,
Lesson 11
Resolved
Can't find the problem :(
Hello everyone, can someone help me finding my mistake in the code ? Thank you very much
29.03.2020
906
views
0
comments
0
Brett Augustyn
Level 4
Elgin
Question about the task
This age doesn't work for me…
Java Syntax
,
Level 4
,
Lesson 1
Under discussion
I need help
I dont understand what to do with this problem. Could someone explain it in somewhat simple terms?
01.04.2020
953
views
2
comments
0
Maria
Level 7
Berlin
Question about the task
Positive number
Java Syntax
,
Level 4
,
Lesson 7
Resolved
Help please
What I am doing wrong? Thank you for your help :)
01.03.2020
1047
views
3
comments
0
Norbert
Level 41
Kielce
Under discussion
This question is not about this stage specifically, but about the game in general. Does anyone know why it doesn't work for me?
file:///C:/Users/norbert/Desktop/ss.png
01.04.2020
957
views
1
comment
0
Rafał Szrajnert
Level 7
Poddebice
Question about the task
Maximum of four numbers
Java Syntax
,
Level 4
,
Lesson 6
Under discussion
I have correct answers?
hi, in this code I meet all conditions. when i put ex. 3, 3, 3, 1 it is only printing 3 once (one time) but program says not met
25.12.2019
1090
views
7
comments
0
Serg
Level 23
Tyumen
Question about the task
Streets and houses
Java Syntax
,
Level 7
,
Lesson 4
Archived
I do not understand why I get an error in the line
I do not understand why I get an error in the line if (arr[i] %2 == o){ package com.codegym.task.task07.task0706; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Solution { public static void main(String[] args) throws Exc
23.05.2019
1112
views
5
comments
0
Lgd
Level 20
London
Question about the task
Day of the week
Java Syntax
,
Level 4
,
Lesson 4
Resolved
If you enter the number 1, you must display "Monday"
Hi, help please ! below is my code but I get this msg when I try to validate ...If you enter the number 1, you must display "Monday" package com.codegym.task.task04.task0413; /* Day of the week */ import java.io.*; public class Solution { public static void main(String[] args) throws Excep
18.02.2020
969
views
4
comments
0
Anthony Chalk
Level 30
London
Question about the task
Snake (Part 11/20)
Games
,
Level 0
,
Lesson 1
Resolved
Please help
The code I've added for this task is: Snake Class - line 39 SnakeGame Class - lines 38-44
01.04.2020
1081
views
1
comment
0
Kobi
Level 17
Haifa
Question about the task
Going national
Java Syntax
,
Level 8
,
Lesson 11
Archived
Help!
package com.codegym.task.task08.task0823; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; /* Going national */ public class Solution { public static void main(String[] args) throws IOException { BufferedReader reader = new BufferedReade
01.04.2020
891
views
2
comments
0
hidden #10444738
Level 16
Question about the task
Minesweeper (Part 4/16)
Games
,
Level 0
,
Lesson 0
Under discussion
Runs but will not verify!!!!
WTF!
19.09.2019
1619
views
4
comments
0
Damodar Gopagoni
Level 11
Singapore
Question about the task
Closest to 10
Java Syntax
,
Level 4
,
Lesson 4
Under discussion
Closest to 10 - abs function not working
Question : Closest to 10 public static int abs(int a) { if (a < 0) { return -a; } else { return a; } } this method still returning positive eve though user input is negative. any suggestions on this please
02.03.2020
879
views
1
comment
0
Lgd
Level 20
London
Question about the task
Make a family
Java Syntax
,
Level 8
,
Lesson 11
Resolved
it runs ok and the output seems correct but it wont validate
please can you take a look to see what Ive done wrong ...many thanks
26.03.2020
1178
views
2
comments
0
Jiesheng Yang
Level 8
Sulzbach
Question about the task
Positive and negative numbers
Java Syntax
,
Level 4
,
Lesson 4
Resolved
Solution.java on line 15 incompatible types: java.lang.String cannot be converted to int. Anyone knows why scanner cant work here?
import java.io.*; import java.util.Scanner; public class Solution { public static void main(String[] args) throws Exception { //write your code here Scanner scanner = new Scanner(System.in); int num = scanner.nextLine(); if (n > 0) { n = 2 * n;
31.03.2020
1616
views
5
comments
0
Justin Wahe
Level 4
Question about the task
Implement the print method
Java Syntax
,
Level 2
,
Lesson 1
Under discussion
I used a for loop but
is there another way of solving this?
19.03.2020
1135
views
3
comments
0
Tian Pro
Level 23
Cape Town
Question about the task
Duplicate text
Java Core
,
Level 9
,
Lesson 8
Resolved
I've tried everything I can think of!
Sorry guys, I'm still not so good at this stuff as I should be by this level. But I need to get past this task! Don't understand that second last condition. (And yes, partly borrowed code is pasted in kinda messy so forgive me for that! I put hours into trying to figure it out still.)
19.02.2020
1523
views
4
comments
0
Bogdan Codreanu
Level 23
Question about the task
Reader wrapper
Java Core
,
Level 9
,
Lesson 8
Resolved
help please
can't validate last condition
20.08.2019
1520
views
3
comments
1
Tony Roy
Level 41
Victorville
Question about the task
Words with numbers
Java Core
,
Level 9
,
Lesson 11
Resolved
code (apparently) works but won't verify
Seems to work, including on test files mentioned in other answers. But fails verification!
31.03.2020
956
views
3
comments
0
CREATIVE COMMON
Level 4
Nashik
Question about the task
Display right away
Java Syntax
,
Level 3
,
Lesson 3
Under discussion
help please
unable to figure out how and what to do
24.03.2020
1000
views
2
comments
0
Gabby
Level 2
Ashburn
Under discussion
Need units of matter.
R.S.V.P. I need units of matter. I can't afford premium. I'm only level 2. How do I get more tasks without premium (or paying money?)
31.03.2020
869
views
3
comments
0
Pablo Souza
Level 22
Brisbane
Question about the task
We don't need repeats
Java Syntax
,
Level 8
,
Lesson 8
Under discussion
Ok folks I need serious help with this one.
I feel like I hit a brick wall with this one. I'll need all the help i can get. My approach is to always understand exactly what's going on, even If I need to copy someone else's code. First of all I need to understand what removeItemFromMapByValue is doing. Could someone help me understand that me
31.03.2020
1400
views
3
comments
0
hidden #10568956
Level 9
Question about the task
R or L
Java Syntax
,
Level 7
,
Lesson 9
Resolved
Requirment 2 and 5 fail
Hello, I did manage the output to be correct, but still i'm not able to figure out were is the problem.
28.03.2020
942
views
2
comments
0
Przemysław Dr
Level 20
Tricity
Under discussion
Should I pay more for reCheck option or should CodeGym pay me?
I would like to help others in learning, try to explain possible solutions at "help" forum, but CodeGym sometimes makes it impossible. When I try to help, I usually try to correct someone's code because it's better than giving my full code that passed requirements, but sometimes code is so complic
30.03.2020
811
views
1
comment
0
Show more
1
...
215
216
217
218
219
...
371
Please enable JavaScript to continue using this application.