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
Henry
Level 6
Stuttgart
Question about the task
Create a Rectangle class
Java Syntax
,
Level 5
,
Lesson 9
Under discussion
I do not know what is expected of me to do
I do not understand the at least one constructor,at least two constructor,at least three constructor
07.06.2020
627
views
2
comments
0
Manohar Kulkarni
Level 8
PUNE
Question about the task
Create a Circle class
Java Syntax
,
Level 5
,
Lesson 7
Under discussion
Getting "Be sure that the class has an initialize method that has three int parameters." error
Not getting where my code went wrong
08.02.2019
1574
views
3
comments
0
Andrew
Level 29
Seattle
Question about the task
Inverted words
Java Multithreading
,
Level 2
,
Lesson 9
Under discussion
What am I doing wrong? I feel like the instructions could be more clear.
When I print out result for testing I get: rat tar a a tot tot
08.04.2019
1741
views
5
comments
0
Stephen Haokip
Level 8
imphal
Question about the task
Man and woman
Java Syntax
,
Level 5
,
Lesson 12
Resolved
guys m stuck here
plis help
09.06.2020
533
views
3
comments
0
CHIKEZIE PROMISE
Level 3
Lagos
Question about the task
Implement the print method
Java Syntax
,
Level 2
,
Lesson 1
Under discussion
I am stuck with this exercise
In the print method, display the passed string 4 times. Each time, on a new line.
01.06.2020
751
views
2
comments
0
dhanush
Level 30
Chennai
Question about the task
Min and max in arrays
Java Syntax
,
Level 7
,
Lesson 12
Resolved
help
everything is fine even though third requirements not met :(
07.06.2020
527
views
4
comments
0
Zubin Nair
Level 7
New Delhi
Question about the task
Crossing the road blindly
Java Syntax
,
Level 4
,
Lesson 4
Under discussion
First two requirements are satisfied The other two requirements are not satisfied why??
package com.codegym.task.task04.task0416; /* Crossing the road blindly */ import java.io.*; import java.nio.Buffer; public class Solution { public static void main(String[] args) throws Exception { //write your code here /* The pedestrian traffic light is programmed
29.08.2018
2398
views
7
comments
0
Surya Nithin Pulivarthi
Level 7
Hyderabad
Question about the task
Task about algorithms
Java Syntax
,
Level 5
,
Lesson 12
Resolved
i am getting correct output but still failing in this case The program should display the maximum of the N entered numbers.can someone pls help
package com.codegym.task.task05.task0532; import java.io.*; /* Task about algorithms */ public class Solution { public static void main(String[] args) throws Exception { BufferedReader reader = new BufferedReader(new InputStreamReader(System.in)); int maximum = 0; in
13.06.2020
489
views
1
comment
0
Angel Li
Level 18
Fremont
Question about the task
StringHelper class
Java Syntax
,
Level 6
,
Lesson 8
Resolved
Why is 5th requirement not met??
I tested a couple numbers for the multiple method that takes a string and int for arguments, and it works. But why is the 5th requirement not met?
11.06.2020
607
views
7
comments
0
Onome Brownly-Otiede
Level 9
Galway
Question about the task
Closest to 10
Java Syntax
,
Level 4
,
Lesson 4
Under discussion
please help
what on earth is wrong
12.06.2020
517
views
2
comments
0
Tata
Level 16
Hisar, Haryana
Question about the task
Longest sequence
Java Syntax
,
Level 8
,
Lesson 6
Resolved
what m i doing wrong here??
pleasss help me 😭.
13.06.2020
537
views
4
comments
0
Tata
Level 16
Hisar, Haryana
Question about the task
In decreasing order
Java Syntax
,
Level 7
,
Lesson 12
Under discussion
can anyone tell how can i reverse the sorted array.
please help..😔
11.06.2020
554
views
3
comments
0
Neha Anjum
Level 6
Hyderabad
Question about the task
One cat isn't enough
Java Syntax
,
Level 2
,
Lesson 3
Resolved
How do i do it...? I'm confused..please help....!!
package com.codegym.task.task02.task0208; /* One cat isn't enough */ public class Solution { public static void main(String[] args) { Cat cat; } public static class Cat { Cat kitty = new Cat(); Cat smokey = new Cat(); } }
12.09.2018
2523
views
11
comments
0
Seferi
Level 22
Question about the task
The Three "Muscateers"
Java Syntax
,
Level 5
,
Lesson 5
Resolved
What am I doing wrong?
I appreciate the help...
13.06.2020
691
views
2
comments
0
Stephen Haokip
Level 8
imphal
Question about the task
Cat relations
Java Syntax
,
Level 6
,
Lesson 11
Resolved
guys help me with the
seventh condition
13.06.2020
1130
views
2
comments
0
Niladri pradhan
Level 33
Mumbai
Question about the task
Smallest possible radix
Java Multithreading
,
Level 10
,
Lesson 2
Under discussion
Last condition not verifying
Output match the task condition
09.01.2020
1129
views
2
comments
0
Marilyn Free
Level 4
Pensacola
Question about the task
Drawing a rectangle
Java Syntax
,
Level 4
,
Lesson 13
Under discussion
Can;t figure this one out
Help
01.02.2019
1953
views
6
comments
0
Jonathan
Level 9
Wakiso
Question about the task
A name is a name
Java Syntax
,
Level 4
,
Lesson 16
Under discussion
What's the issue here?
A condition is telling me that I didn't fulfill according to the template.
08.06.2020
401
views
5
comments
0
Anonymous #10428383
Level 12
Seattle
Question about the task
Positive and negative numbers
Java Syntax
,
Level 4
,
Lesson 7
Under discussion
what is the trick here ? can someone tell me please? the code works fine on notepad
public class Solution { //main method public static void main(String[] args) throws Exception { //declare local variables int n1=0; int nNeg=0; int nPos=0; int i=0; //prepare keyboard to input BufferedReader br = new BufferedReader(new InputStreamReade
25.03.2019
1533
views
5
comments
0
Gzzui892
Level 6
Question about the task
Closest to 10
Java Syntax
,
Level 4
,
Lesson 4
Resolved
What am I missing?
I have done everything correctly including the else statement at the end..
12.06.2020
559
views
2
comments
0
Srividya
Level 3
Bangalore
Question about the task
Our first converter!
Java Syntax
,
Level 2
,
Lesson 2
Resolved
Our first converter!
public class Solution { public static void main(String[] args) { System.out.println(convertCelsiusToFahrenheit(41)); } public static double convertCelsiusToFahrenheit(int celsius) { TC = (TF - 32) * 5/9; return 0; } } I have no idea ... !! Please g
27.09.2018
1916
views
6
comments
0
Manish Sinha
Level 1
london
Question about the task
Reading and writing static fields to a file
Java Core
,
Level 10
,
Lesson 2
Resolved
not able to what is the issue.
could you please help me with the validation error. i could not find one.
12.06.2020
482
views
1
comment
0
Brandon Leirer
Level 7
Keller
Question about the task
Controlling body weight
Java Syntax
,
Level 6
,
Lesson 8
Under discussion
Anyone else get the error saying there is an 'else' with no 'if', even if it is an if/else if statement?
example: if (bmi < 18.5) { System.out.println("Underweight: BMI < 18.5"); else if ((bmi >= 18.5) && (bmi < 25)) System.out.println("Normal: 18.5 <= BMI < 25");
12.06.2020
1130
views
1
comment
0
Patson T Lawrence
Level 8
Kampala
Question about the task
StringHelper class
Java Syntax
,
Level 6
,
Lesson 8
Under discussion
cant think of more ways!!
i have surrendered; some one help me cross this StringHelper bridge... thanks
04.02.2019
1377
views
3
comments
0
Seferi
Level 22
Question about the task
Adding
Java Syntax
,
Level 4
,
Lesson 16
Resolved
Little help please..
I don't get why this doesn't work...
12.06.2020
634
views
1
comment
0
Seferi
Level 22
Question about the task
Crossing the road blindly
Java Syntax
,
Level 4
,
Lesson 4
Resolved
Code works but doesn't pass the test for some reason
package com.codegym.task.task04.task0416;
07.06.2020
444
views
2
comments
0
Nithin
Level 35
Hyderabad
Question about the task
Don't take the car to the shop!
Java Multithreading
,
Level 5
,
Lesson 2
Under discussion
what is wrong here ?
last condition is not passing
01.07.2019
1334
views
6
comments
0
Catherine
Level 23
London
Question about the task
Only for the rich
Java Syntax
,
Level 8
,
Lesson 8
Under discussion
I seem to be making the same errors
I have the suspicion that I am making the same error that is preventing me from passing several tasks. Can someone help me out? If I can understand why this last task won't validate, then I may be able to complete other tasks as well.
12.06.2020
349
views
1
comment
0
sean huang
Level 15
New York City
Question about the task
Month number
Java Syntax
,
Level 8
,
Lesson 11
Resolved
What's wrong?
I can's seem to pass verification, but when I run this code, it works fine. Can anyone help me find the error?
11.06.2020
641
views
1
comment
0
David
Level 26
Bucharest
Question about the task
Most frequent bytes
Java Core
,
Level 8
,
Lesson 3
Resolved
I dont understand what is wrong
It even doesn't print anything
11.06.2020
635
views
3
comments
0
Show more
1
...
179
180
181
182
183
...
371
Please enable JavaScript to continue using this application.