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
Paula Jones-Spangenberg
Level 6
North Chesterfield
Question about the task
Describing numbers
Java Syntax
,
Level 4
,
Lesson 7
Archived
Assistance with not passing number being odd conditions
I thought it would be a little creative and easy, but NOOOOOOOOO... Help me as I drown...
16.04.2020
823
views
4
comments
0
Brandon Horvatic
Level 27
Johannesburg
Question about the task
Request parser
Java Core
,
Level 5
,
Lesson 12
Under discussion
Please help, not verifying..
This task is really confusing. The example output does not match the output they say you must have using the alert methods.. Anyway, my code does not verify when I match their output, or when I correctly us the alert methods. Has anyone had the same issue?
21.09.2019
915
views
6
comments
0
Alban
Level 14
Kukes
Question about the task
Triangle of eights
Java Syntax
,
Level 4
,
Lesson 13
Under discussion
Helppp!
Why It's wrong
09.05.2020
709
views
2
comments
1
Rolphson S
Level 2
New York City
Question about the task
Pets need people
Java Syntax
,
Level 2
,
Lesson 5
Under discussion
Need help!!!
Can someone tell me What is wrong ?
07.05.2020
878
views
3
comments
0
Jakhongir Ruziev
Level 23
Tashkent
Question about the task
Longest string
Java Syntax
,
Level 7
,
Lesson 6
Archived
Why it is not passing the test? It is working as required. Can someone help please
Longest string
07.04.2020
872
views
5
comments
1
JianQiu Hwang
Level 35
Washington
Question about the task
Find the class by its description
Java Collections
,
Level 6
,
Lesson 10
Under discussion
What is the answer? I have tried many queue.
I have tried blocking, deque and even stack...
08.05.2020
399
views
3
comments
0
Pedzi
Level 22
Cape Town
Question about the task
Notepad for new ideas
Java Syntax
,
Level 6
,
Lesson 11
Under discussion
Someone help please, this task is confusing.
package com.codegym.task.task06.task0617; /* Notepad for new ideas */ public class Solution { public static void main(String[] args) { printIdea(new Idea()); } public static class Idea{ public String getDiscription(){ return "any non-empty string";
25.04.2020
1149
views
2
comments
1
Wolf Hunter
Level 5
Mosul
Question about the task
Plan to conquer the world
Java Syntax
,
Level 3
,
Lesson 8
Under discussion
This Application Is Drunk XD
Now Srsly Where Is My Problem ? //WAY ONE when i run it //Whistle nothing happened -I write Kevin -I write 8 //Output: Error ❌❌❌ //Tried in my codeEditor... //Output: Kevin will take care over the world in 8 years. Mwa-ha-ha! ??? /*
06.05.2020
761
views
3
comments
0
Craig Ranford
Level 4
Birmingham
Question about the task
Even to the moon!
Java Syntax
,
Level 2
,
Lesson 8
Resolved
Why is this code wrong? It gets the right answer?!
Hey everyone ... I am very confused ... My code is not passing verification but it returns the correct answer? What am i missing? Thanks package com.codegym.task.task01.task0136; /* Even to the moon! */ public class Solution { public static void main(String[] args) { System.ou
08.05.2020
1139
views
3
comments
0
Leonard Basag
Level 7
Iasi
Question about the task
Day of the week
Java Syntax
,
Level 4
,
Lesson 4
Under discussion
Good output
The output is good, but it still tells that the last 2 task are not ok.
29.04.2020
861
views
2
comments
0
Henry
Level 15
Portland
Question about the task
Static cats
Java Syntax
,
Level 6
,
Lesson 11
Resolved
Please, I need help on how to print out my object correctly.
Please, I need help on how to print out my object correctly. I can't override the toString method because of the last requirement; Requirement: The printCats method should display all the cat objects in the variable cats. Each on a new line.
07.12.2019
2152
views
4
comments
2
Nicholas Thickett
Level 7
Calgary
Question about the task
Drawing a rectangle
Java Syntax
,
Level 4
,
Lesson 13
Resolved
What did I miss?!
I've tried several variations to change the n x m format but I have no idea what else it could be. Help?!
27.04.2020
998
views
3
comments
0
Adam Maichrzik
Level 22
Katowice
Question about the task
Rarest bytes
Java Core
,
Level 8
,
Lesson 3
Resolved
Looking for help
:)
28.04.2020
1104
views
7
comments
0
Jonathan
Level 9
Wakiso
Question about the task
Multiplication table
Java Syntax
,
Level 3
,
Lesson 6
Under discussion
Some problem!
Conditions 2 and 3 are wrong can't understand why
03.05.2020
706
views
2
comments
0
Philip Obiorah
Level 16
Port - Harcourt
Question about the task
OOP: Fix inheritance problems
Java Core
,
Level 5
,
Lesson 2
Resolved
Not passing last condition..
I have been stuck here for a while... I don't seem to understand how to fix this last Condition. pls help.
07.05.2020
876
views
2
comments
0
Alban
Level 14
Kukes
Question about the task
Even numbers
Java Syntax
,
Level 4
,
Lesson 13
Resolved
Helpp!!
Why It's wrong Help please
06.04.2020
1210
views
6
comments
0
Kazer Panol
Level 7
Question about the task
Maximum of four numbers
Java Syntax
,
Level 4
,
Lesson 6
Under discussion
Whats wrong with my code?Please help
I assigned 4 values for debugging purpose only
08.05.2020
517
views
2
comments
0
Pablo Souza
Level 22
Brisbane
Question about the task
Most frequent bytes
Java Core
,
Level 8
,
Lesson 3
Under discussion
Why isn't requirement 3 verifying
I tried an approach without using HashMaps. Can anyone tell me if the code is doing what I think it's doing? The idea was to find the frequency of most frequent and then loop through the byte array again. In the new loop I'm adding to a new ArrayList all the items with max frequency. Thanks!
07.05.2020
426
views
2
comments
0
Daniel Njuguna
Level 14
Kiambu
Question about the task
Big salary
Java Syntax
,
Level 10
,
Lesson 11
Under discussion
I am unable to solve this.
A hint for this question will be highly appreciated.
08.02.2019
1654
views
6
comments
0
Rismitha Ismail
Level 2
Mumbai
Question about the task
Pets need people
Java Syntax
,
Level 2
,
Lesson 5
Under discussion
Can anyone please tell me the mistakes
package com.codegym.task.task02.task0213; /*
02.05.2020
782
views
2
comments
0
Dinesh
Level 7
Delhi
Question about the task
Plan to conquer the world
Java Syntax
,
Level 3
,
Lesson 8
Under discussion
Unable to meet the last condition
import java.io.*; public class Solution { public static void main(String[] args) throws Exception { //write your code here InputStream inputstream = System.in; Reader inputStreamReader = new InputStreamReader (inputstream); BufferedReader bufferedReader= new Buf
06.05.2020
687
views
3
comments
0
Catherine
Level 23
London
Question about the task
Drawing a rectangle
Java Syntax
,
Level 4
,
Lesson 13
Under discussion
one condition not met
I am printing a 3x4 rectangle of 8s. Why is the condition not met?
07.05.2020
401
views
2
comments
0
divya
Level 5
hyderabad
Question about the task
Getters and setters for the Person class
Java Syntax
,
Level 5
,
Lesson 5
Under discussion
giving me " illegal start of expression: Person.java, line: 15, column: 9" error y????
package com.codegym.task.task05.task0508; /* Getters and setters for the Person class */ public class Person { //write your code here public static void main(String[] args) { String name; int age; char sex; public String getName() { ret
04.12.2018
2156
views
3
comments
0
fady shaker
Level 7
Stuttgart
Question about the task
Getters and setters for the Person class
Java Syntax
,
Level 5
,
Lesson 5
Under discussion
what is this bug ?
the Code should work but i dont know what is the Problem !!!
21.03.2019
1692
views
5
comments
0
Adam Maichrzik
Level 22
Katowice
Question about the task
Words with numbers
Java Core
,
Level 9
,
Lesson 11
Resolved
Curious if this way can work?
:)
07.05.2020
393
views
3
comments
0
Ash Ka
Level 13
Calgary
Question about the task
Calculator
Java Syntax
,
Level 6
,
Lesson 8
Under discussion
What's wrong here ?
When I run the program, the output seems correct
17.04.2019
2379
views
2
comments
1
Catherine
Level 23
London
Question about the task
Rule of the triangle
Java Syntax
,
Level 4
,
Lesson 4
Under discussion
Last condtion not being met and I don't know why
the program complies, and I can rewrite so the second to last condition is not met, but I cannot figure out how to make them both met at the same time. What is wrong with my code?
07.05.2020
577
views
1
comment
0
adevalebrook
Level 9
Chisinau
Question about the task
Even and odd digits
Java Syntax
,
Level 6
,
Lesson 5
Resolved
Solution is correct. Why program said it's not correct. PLEASE, HELP!
Solution is correct. Why program said it's not correct. PLEASE, HELP! What is the problem with my code?
25.11.2019
1321
views
7
comments
0
NOBODY
Level 5
Question about the task
Crossing the road blindly
Java Syntax
,
Level 4
,
Lesson 4
Under discussion
hello
pls help
07.05.2020
611
views
2
comments
0
NOBODY
Level 5
Question about the task
Somehow average
Java Syntax
,
Level 4
,
Lesson 16
Under discussion
help please
07.05.2020
542
views
1
comment
0
Show more
1
...
196
197
198
199
200
...
371
Please enable JavaScript to continue using this application.