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
Nicolas Huet
Level 41
Provins
Question about the task
Rounding numbers
Java Core
,
Level 8
,
Lesson 11
Under discussion
I don't understand...
I know it works, even with Integer, I tested it on custom files I created. It's two times in a row that I have the good output but CodeGym doesn't accept my solution...
15.06.2019
1307
views
2
comments
0
Premachandran
Level 35
Ernakulam
Question about the task
Restaurant (part 5)
Java Multithreading
,
Level 9
,
Lesson 15
Under discussion
Two conditions do not get validated. What is the problem. pl help me
please help me to rectify the error.. two conditions do not get vaidated
25.02.2020
990
views
1
comment
0
Pedzi
Level 22
Cape Town
Question about the task
StringHelper class
Java Syntax
,
Level 6
,
Lesson 8
Under discussion
Someone help please, the last 2 conditions are not passing. What am I missing?
package com.codegym.task.task06.task0611; /* StringHelper class */ public class StringHelper { public static String multiply(String s) { String result = ""; String resultCopy=result; for (int i=0;i<4;i++){ result=result+resultCopy; //System.
10.04.2020
1115
views
2
comments
0
Jeevan Singh
Level 3
Question about the task
Our first converter!
Java Syntax
,
Level 2
,
Lesson 2
Resolved
not implicty take value
package com.codegym.task.task01.task0130; /* Our first converter! */ public class Solution { public static void main(String[] args) { System.out.println(convertCelsiusToFahrenheit(41)); } public static double convertCelsiusToFahrenheit(int celsius) { double TF=
21.08.2018
2649
views
8
comments
0
Evan
Level 7
Seattle
Question about the task
Minimum of three numbers
Java Syntax
,
Level 2
,
Lesson 8
Under discussion
PLEASE HELP!!!
I don't understand what is wrong with my code. I believe the code itself is correct but i keep getting an error saying "return statement" or something like that...
10.04.2020
760
views
2
comments
0
Ailin
Level 3
Saint Louis
Question about the task
Snake (Part 1/20)
Games
,
Level 0
,
Lesson 1
Under discussion
Won't compile
What is wrong?!
24.01.2020
1009
views
2
comments
1
Jack
Level 4
Yerevan
Question about the task
Even to the moon!
Java Syntax
,
Level 2
,
Lesson 8
Under discussion
i can't understand
TBH i read he lecture 3 times but still didn't understand anyway to solve these programmes. almost every programme i use help. i know its a little wrong but then again if someone takes their time to explain it to me i'll be very thankful.
07.04.2020
861
views
7
comments
0
Fadi AlSaidi
Level 13
Carrollton
Question about the task
Software update
Java Syntax
,
Level 8
,
Lesson 11
Resolved
Can't verify even though running the solution yields the correct answer.
I keep failing the last condition "The program should display the family's last name based on the entered city" even though running the program works.what am i doing wrong?
12.01.2019
1977
views
2
comments
3
hidden #10550504
Level 10
Question about the task
Sorting three numbers
Java Syntax
,
Level 4
,
Lesson 6
Resolved
Can I use the loop in this task? where the mistake in my code?
Please help! Thank you
07.04.2020
990
views
7
comments
0
Jakhongir Ruziev
Level 23
Tashkent
Question about the task
Longest sequence
Java Syntax
,
Level 8
,
Lesson 6
Resolved
Can someone help me figure what am I missing here. It says: "Be sure that the length of the longest sequence is calculated correctly when it is located at the end of the list of entered numbers". But when I do so it is calculating correctly
Longest sequence
10.04.2020
790
views
2
comments
0
hemant
Level 8
prayagraj
Question about the task
We don't need repeats
Java Syntax
,
Level 8
,
Lesson 8
Under discussion
fourth requirement not met!!what to do..please help
where is the problem
09.04.2020
1000
views
2
comments
0
Michał Pawłowicz
Level 18
Under discussion
Intellj 2020.1
Will the plugin still work, if I update my IDE ?
09.04.2020
683
views
2
comments
0
Iliri Cani
Level 37
Tirana
Question about the task
Thread priorities
Java Multithreading
,
Level 8
,
Lesson 6
Under discussion
Need help
I get the same output but still wont verify
28.08.2019
1116
views
3
comments
0
yz
Level 37
Jakarta
Question about the task
List to Map
Java Collections
,
Level 5
,
Lesson 8
Resolved
i need hint guys
can anyone give any hint . thank you!
09.04.2020
1049
views
4
comments
0
Pablo Souza
Level 22
Brisbane
Question about the task
Who's that smarty?
Java Core
,
Level 3
,
Lesson 2
Under discussion
Where are the girl and the man?
Huh?? The question talks about SmartGirl and Clever man but there are no such classes in the code. I completed it following the instructions but it made zero sense lol
07.04.2020
813
views
1
comment
0
Зоран Јањић
Level 8
Teslic
Question about the task
Streets and houses
Java Syntax
,
Level 7
,
Lesson 4
Archived
Any tips?
package com.codegym.task.task07.task0706; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; /* Streets and houses */ public class Solution { public static void main(String[] args) throws Exception { //write your code here BufferedR
02.11.2019
1244
views
2
comments
0
Art
Level 13
Chisinau
Question about the task
Streets and houses
Java Syntax
,
Level 7
,
Lesson 4
Archived
Whats the problem here? -,-
Whats the problem with this code? Thanks!
25.02.2020
971
views
2
comments
0
Chris Hilborne
Level 26
Sanlucar de Barrameda
Question about the task
Sorting even numbers from a file
Java Core
,
Level 3
,
Lesson 11
Under discussion
I struggled with this task a lot before giving up...
Why does this task insist on FileInputStream? After doing a quick Google search it became patently obviously that most people use scanner to read integers for a file - I did it this way and it seemed to work. But I'll never know for sure because the task insists on using FileInputStream instead.
09.04.2020
828
views
1
comment
0
Daniel L. Tovar
Level 9
Question about the task
StringHelper class
Java Syntax
,
Level 6
,
Lesson 8
Under discussion
Help me, please.
Can anybody help me? I've got no clue about what I have to do here and I've been trying to solve this since yesterday
09.04.2020
984
views
1
comment
0
LucGar
Level 22
Bilbao
Question about the task
Factorial
Java Core
,
Level 5
,
Lesson 12
Resolved
Why?
i think i try everything, what is the problem?
09.04.2020
900
views
4
comments
0
John
Level 27
Washington DC
Question about the task
Factorial
Java Core
,
Level 5
,
Lesson 12
Resolved
infinite loop?
I keep getting a notification that there is an infinite loop in my code...I'm not seeing it.
31.10.2019
1513
views
4
comments
2
An Gelo
Level 18
Cebu
Question about the task
Plan to conquer the world
Java Syntax
,
Level 3
,
Lesson 8
Resolved
the last requirements which is the text does not match.
I compiled the program and it has the correct output and match the text requirements but still error String name = reader.readLine(); String number = reader.readLine(); System.out.print(name+" will capture the world in "+number+" years. Mwa-ha-ha!"); output should be like this:Kev
03.08.2018
3085
views
8
comments
1
- FniJnn -
Level 33
Paris
Question about the task
Weird bugs O_o
Java Multithreading
,
Level 9
,
Lesson 7
Resolved
I fixed the first bug, i don't understand what to do
Weird bugs O_o Fix 2 bugs: 1) an exception occurs 2) the program becomes unresponsive Make minimal changes. Requirements: 1. The startCreatingMessages() method must add 100000 elements to messageQueue without hanging. 2. Fix the bug in the line "messageQueue.drainTo(messageQueue, MAX_BATCH_SIZE);"
25.03.2020
1233
views
3
comments
0
BlueJavaBanana
Level 37
Question about the task
Task about algorithms
Java Syntax
,
Level 5
,
Lesson 12
Resolved
This bloody thing works but isn't passing the auto check. What have I misunderstood?
Please see solution - it have checked this with all numbers including the supplied ones for the test and it work but is still failing?
09.04.2020
960
views
4
comments
0
Liliane Top
Level 17
Amsterdam
Question about the task
Countdown at the races
Java Core
,
Level 6
,
Lesson 10
Resolved
How does it work in detail?
Can anybody refer me to a better explanation? I tried many things but do not understand the logic behind multi threads. I reread the example several times but can't find out how it actually works in details. My first question is: 1) Why does it seem that I created an infinite loop while I do get ou
05.04.2020
1151
views
2
comments
1
Richard Herrera
Level 3
Tampa
Question about the task
Parenthetical brainteaser
Java Syntax
,
Level 3
,
Lesson 4
Under discussion
i need help with 382
cant figure how it work im trying. any help would be appreciated
09.04.2020
1048
views
1
comment
0
Michał Pawłowicz
Level 18
Question about the task
Shuffled just in time
Java Syntax
,
Level 7
,
Lesson 12
Under discussion
What is actually wrong with my code?
Output satisfies the requirements, but it is not enough to pass the tasks. I will be grateful for any sort of help.
07.04.2020
956
views
3
comments
2
Djole
Level 41
Belgrade
Question about the task
HTML Editor (part 19)
Java Multithreading
,
Level 8
,
Lesson 15
Resolved
If an event with the "Save as..." command is ...
public void actionPerformed(ActionEvent actionEvent) { String s = actionEvent.getActionCommand(); switch (s) { case "New": controller.createNewDocument(); break; case "Open": controller.openDocument(); break
16.05.2019
1341
views
1
comment
0
Ivan
Level 31
Podol'sk
Question about the task
2048 (part 12)
Java Multithreading
,
Level 10
,
Lesson 15
Under discussion
I don’t understand where the error is here?
the first check point does not pass
05.08.2019
1323
views
3
comments
0
Wojtek
Level 23
Solec-Zdroj
Question about the task
AmigoOutputStream
Java Core
,
Level 8
,
Lesson 8
Under discussion
can you explain me how to resolve this task?
need help
13.03.2019
1874
views
9
comments
0
Show more
1
...
211
212
213
214
215
...
371
Please enable JavaScript to continue using this application.