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
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.
5/7/20
975
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
4/6/20
1340
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
5/8/20
630
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!
5/7/20
523
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.
2/8/19
1796
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; /*
5/2/20
914
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
5/6/20
859
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?
5/7/20
492
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
12/4/18
2340
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 !!!
3/21/19
1813
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?
:)
5/7/20
499
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
4/17/19
2489
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?
5/7/20
667
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?
11/25/19
1479
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
5/7/20
706
views
2
comments
0
NOBODY
Level 5
Question about the task
Somehow average
Java Syntax
,
Level 4
,
Lesson 16
Under discussion
help please
5/7/20
645
views
1
comment
0
Henry Yao
Level 22
Pasadena
Question about the task
Longest string
Java Syntax
,
Level 7
,
Lesson 6
Archived
output correct ?
output correct but failed the last 2 requirements. please help
3/17/20
1376
views
3
comments
0
UMID Narziyev
Level 20
Tashkent
Question about the task
Reading and writing to a file: Human
Java Core
,
Level 10
,
Lesson 2
Under discussion
Can anyone explain me What should I do here? I completely lost here.
I dont understand what is the task all about.
9/7/19
1405
views
3
comments
0
Wojtek
Level 23
Solec-Zdroj
Question about the task
One large array and two small ones
Java Syntax
,
Level 7
,
Lesson 4
Under discussion
need help
Can you explain me how to fill arraycopy function?
1/9/19
1802
views
3
comments
0
Anthony Chalk
Level 30
London
Question about the task
Minesweeper (Part 2/16)
Games
,
Level 0
,
Lesson 0
Under discussion
please help
I don't understand why the last condition hasn't been met. Please help Thanks
8/17/19
1601
views
3
comments
1
Antonia
Level 10
Question about the task
String array in reverse order
Java Syntax
,
Level 7
,
Lesson 4
Under discussion
please help
??
7/23/19
1443
views
4
comments
0
Dinesh
Level 7
Delhi
Question about the task
Predictions
Java Syntax
,
Level 3
,
Lesson 8
Under discussion
Last condition not Satisfied
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
5/6/20
523
views
3
comments
0
Shermy
Level 1
Marietta
Resolved
Where do you code on java
cant seem to find it
5/6/20
468
views
4
comments
0
Lex Medeiros
Level 18
San Jose
Question about the task
Minimum and Maximum
Java Core
,
Level 1
,
Lesson 11
Resolved
It does not verify
I tried to bubble sort, array.sort and it does not verify. Any other ideas? Or, can you tell me what I am doing wrong? How can I get the minimum and maximum without sorting the array? It seems I can not modify it.
4/23/19
2033
views
9
comments
1
Rolphson S
Level 2
New York City
Question about the task
Crazy eights
Java Syntax
,
Level 2
,
Lesson 5
Resolved
I need help? I dont know what is wrong with my program.
It is saying that I have few variables . How?
5/6/20
1080
views
2
comments
0
Rolphson S
Level 2
New York City
Question about the task
Pets need people
Java Syntax
,
Level 2
,
Lesson 5
Under discussion
Can anyone please help me?
What is wrong with this program I have all the components that I need but its still showing up as error. Please help!!
5/6/20
669
views
2
comments
0
Angelo Spampinato
Level 18
Boston
Question about the task
Longest string
Java Syntax
,
Level 7
,
Lesson 6
Archived
Not Sure Why Last Two Tests are Failing
My code seems to do the exercise requirements correctly but I'm failing the last two tests. Could anyone help me out with what's wrong? Thank you.
5/6/20
451
views
1
comment
0
Lukaluk
Level 8
Świętochłowice
Question about the task
Creating cats
Java Syntax
,
Level 5
,
Lesson 9
Resolved
Anybody?
Hi Thank you in advance
5/28/19
1759
views
5
comments
0
Adam Maichrzik
Level 22
Katowice
Question about the task
Counting words
Java Core
,
Level 9
,
Lesson 5
Resolved
Looking for a help :)
:)
5/4/20
1158
views
6
comments
0
Henrique
Level 41
São Paulo
Question about the task
Checking the order
Java Syntax
,
Level 7
,
Lesson 9
Under discussion
Program verified correctly, but error occurs when the list is ordered by increasing string length
The program works fine, but if the 3rd condition is true (i.e. the list is ordered by increasing string length), the following error occurs: java.lang.NullPointerException at com.codegym.task.task07.task0718.Solution.main(Solution.java:25) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Met
5/6/20
578
views
1
comment
0
Show more
1
...
199
200
201
202
203
...
374
Please enable JavaScript to continue using this application.