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
SilverZax
Level 18
Poltava
Question about the task
GCD
Java Core
,
Level 4
,
Lesson 8
Under discussion
Can't pass second condition.
Can't pass second condition.
12.05.2019
1170
views
3
comments
0
past cham
Level 6
Delhi
Question about the task
Arithmetic mean
Java Syntax
,
Level 5
,
Lesson 5
Under discussion
pls help
how to slove
18.05.2019
1273
views
2
comments
0
Mohamed Nagy
Level 7
Alexandria
Question about the task
Chain letter
Java Syntax
,
Level 4
,
Lesson 13
Resolved
please whats wrong it's so simple and there is no problem why never verify
please help me out
20.05.2019
1610
views
3
comments
0
Henk
Level 19
Pretoria
Question about the task
Sorting even numbers from a file
Java Core
,
Level 3
,
Lesson 11
Archived
Cannot continue, please help!
"runs too long". Not sure how infinite loop is created if I explicitly check for it.....
17.05.2019
1251
views
2
comments
0
Swati
Level 8
Pune
Question about the task
Cat code won't compile
Java Syntax
,
Level 7
,
Lesson 12
Under discussion
getting error
the error as: An attempt was made to access an uninitialized object(null)
17.01.2019
1469
views
5
comments
0
Sean
Level 24
Phoenix
Question about the task
Even and odd digits
Java Syntax
,
Level 6
,
Lesson 5
Resolved
What am I missing?
This will output the correct answer for the test input in the conditions and anything else I have thrown into it. I take into account possible negative numbers entered by the user, and it outputs the correct answer, but I keep getting told the "displayed text must match the task conditions." The c
26.03.2019
2318
views
12
comments
0
Mike McKenna
Level 25
Wilmington
Question about the task
Currency exchange
Java Syntax
,
Level 3
,
Lesson 3
Under discussion
return statement verify
Hi i submitted my code 3 times now . these are the errors that return . System.out.println(result) ^ Java: 16 : error cannot find symbol return result; ^ incompatible types Unexpected return value . notice that system does not accept my verify att
18.05.2019
1896
views
5
comments
0
Thomas
Level 13
Scottsdale
Question about the task
Hello, StarCraft!
Java Syntax
,
Level 3
,
Lesson 4
Under discussion
Level 3 Concatenation ---- Not quite right --- not sure why .... Where is this wrong
public static void main(String[] args) { long c = getVolume(30,15,10) * 1000; System.out.println("Litres in Pool: " + c); } public static long getVolume(int a, int b, int c) { // litres of water to fill the pool // length in metres
19.05.2019
1326
views
1
comment
0
Berkson
Level 17
Fortaleza
Question about the task
StringHelper class
Java Syntax
,
Level 6
,
Lesson 8
Resolved
What's wrong
I really don't know why this code don't pass in the verification. It shows the correct repetition of the string. I only left the System.out.println() for test purpose. Without it gives the same error. Someone can please help?
19.05.2019
2109
views
2
comments
0
Chiliveri Sonalkoushik
Level 4
Pune
Question about the task
This age doesn't work for me…
Java Syntax
,
Level 4
,
Lesson 1
Under discussion
Explain me how to satisfy given conditions?
But it is showing correct output text.
19.05.2019
1492
views
1
comment
0
Damian Jahn
Level 7
Warsaw
Question about the task
Rule of the triangle
Java Syntax
,
Level 4
,
Lesson 4
Resolved
Why it's not matching the task?
"The triangle is not possible." is not displaying
19.05.2019
1508
views
4
comments
0
sasikumar
Level 5
Question about the task
Hello, StarCraft!
Java Syntax
,
Level 3
,
Lesson 4
Under discussion
can you solve for me
please help me
16.05.2019
1451
views
6
comments
1
Abdullah Al Hasan
Level 13
Question about the task
Parenthetical brainteaser
Java Syntax
,
Level 3
,
Lesson 4
Resolved
what about 4th number condition?
My solution failed to pass the 4th number condition.but i already have 2 opening and 2 closing parentheses. someone help me why this happening?
18.09.2018
2300
views
5
comments
0
Augusto
Level 13
Callao
Question about the task
Plan to conquer the world
Java Syntax
,
Level 3
,
Lesson 8
Under discussion
The program runs correctly, however, it doesn't pass verification
The solution runs correctly, however when I verify the program I receive the following message: The displayed text must fully match the task conditions. RECOMMENDATION FROM YOUR MENTOR Be sure that you haven't mixed up the order of reading in the name and number from the keyboard. Check the conditi
09.05.2019
1662
views
6
comments
0
romeo
Level 5
Paramaribo
Question about the task
Don't feel like it? Do it anyway.
Java Syntax
,
Level 1
,
Lesson 8
Resolved
Whats wrong with my code? Does not print out any text!
Please help me! When i run the program i have no errors, but the program doesn't print out text!
18.05.2019
1203
views
1
comment
0
rey
Level 6
Makati
Question about the task
Minimum of four numbers
Java Syntax
,
Level 2
,
Lesson 8
Under discussion
whats wrong guys :)
WHAT WRONG GUYS :)
22.04.2019
1804
views
10
comments
0
Ash Ka
Level 13
Calgary
Question about the task
Shuffled just in time
Java Syntax
,
Level 7
,
Lesson 12
Under discussion
What's wrong here ?
The code seems correct but tasks failing
16.05.2019
1643
views
4
comments
0
Abdur Rehman
Level 7
Faisalabad
Question about the task
Arithmetic mean
Java Syntax
,
Level 5
,
Lesson 5
Resolved
help
whar is wrong with this code??
17.05.2019
1605
views
8
comments
0
sowjanya sripada
Level 2
Hyderabad
Question about the task
I'm 15 again!
Java Syntax
,
Level 1
,
Lesson 4
Resolved
its an correct output but conditions are not matching
1. Four variables must be declared. 2. The variable age must be an int. 3. The value assigned to the variable age must be 15.
19.09.2018
1471
views
3
comments
0
Cinthya Cabanzo
Level 22
Bogota
Question about the task
Longest sequence
Java Syntax
,
Level 8
,
Lesson 6
Resolved
I cant find the error in my code
HI, Then I run 5 tests and everything is ok: 1- repeated number In the middle: 2- repeated number at the end: 3- repeated number at the beginning: 4- 10 Different numbers 5- The same number: Why my code failed?
17.05.2019
1388
views
3
comments
0
Zahadym Zahadum
Level 15
Moscow
Question about the task
Cat relations
Java Syntax
,
Level 6
,
Lesson 11
Under discussion
I can not understand what the problem is
help
11.04.2019
1608
views
2
comments
0
Darko Jakimovski
Level 18
Kriva Palanka
Question about the task
Identical words in a list
Java Syntax
,
Level 10
,
Lesson 11
Under discussion
Run this
And tell why it does not verigy
23.04.2019
1337
views
1
comment
0
asyraf
Level 3
Kuala Lumpur
Question about the task
Square of a number
Java Syntax
,
Level 1
,
Lesson 8
Archived
Until this question, the course never teach about passing the parameter. Can someone help?
uuijiij
25.04.2019
1671
views
1
comment
0
Serg
Level 23
Tyumen
Question about the task
Cat and Dog objects: 50,000 each
Java Syntax
,
Level 6
,
Lesson 5
Under discussion
Why does the code work the same way?
Why does the code work the same way? public static void main(String[] args) throws Throwable{ for(int i = 1; i <= 50000; i++){ Cat cat = new Cat(); Dog dog = new Dog(); } } and public static void main(String[] args
15.05.2019
1517
views
5
comments
0
dpp
Level 8
Colombo
Question about the task
R or L
Java Syntax
,
Level 7
,
Lesson 9
Under discussion
what's wrong?
what is wrong?2nd and 3rd conditions are not satisifed
03.05.2019
1358
views
7
comments
0
Deep Maheshwari
Level 10
Nanded
Question about the task
Crossing the road blindly
Java Syntax
,
Level 4
,
Lesson 4
Under discussion
It is not verifying all test cases.
I have run test cases in a custom way . It works, but in case of verifying , it doesn't clear all test cases . Can anyone help me?
16.05.2019
1216
views
2
comments
0
Satya Vath
Level 31
Vijayawada
Question about the task
CRUD 2
Java Core
,
Level 7
,
Lesson 10
Resolved
A Little Hint Is Appriciated
Problem with 3rd Condition
17.04.2019
1604
views
1
comment
0
Satya Vath
Level 31
Vijayawada
Question about the task
A list and some threads
Java Core
,
Level 6
,
Lesson 3
Resolved
Please Help
Output is correct
14.04.2019
1353
views
4
comments
0
ThomasLC
Level 16
Singapore
Question about the task
Make a family
Java Syntax
,
Level 8
,
Lesson 11
Under discussion
Logic and Run all checks out, but don't meet last requirement
Any ideas? Help will be much appreciated :)
17.05.2019
1747
views
2
comments
0
Mohamed Nagy
Level 7
Alexandria
Question about the task
2 + 3 = 5
Java Syntax
,
Level 0
,
Lesson 8
Resolved
hey guys please i am so exhausted of this bugs all the time i think i am write pleeeeeeeeeease help me out
hey guys please i am so exhausted of this bugs all the time i think i am write pleeeeeeeeeease help me out i want to know whats wrong in this
02.05.2019
1412
views
2
comments
0
Show more
1
...
321
322
323
324
325
...
371
Please enable JavaScript to continue using this application.