Promotion
CodeGym University
Java FullStack
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
Anonymous
Level 18
Question about the task
Sorting bytes
Java Core
,
Level 8
,
Lesson 3
Resolved
Cant seem to Verify it , Need some Help.
.
5/21/19
1825
views
4
comments
0
Sanjay Chauhan
Level 28
Delhi
Question about the task
Building a file
Java Core
,
Level 8
,
Lesson 11
Resolved
task 3 is getting fail
Dears, Will it be possible to check why requirement 3 is getting fail to validate? Thanks for your help in advance.
3/20/20
866
views
1
comment
0
Serg
Level 23
Tyumen
Question about the task
Min and max in arrays
Java Syntax
,
Level 7
,
Lesson 12
Under discussion
What is the problem. The program is working properly. But does not pass the test
What is the problem. The program is working properly. But does not pass the test package com.codegym.task.task07.task0721; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Solution { public static void main(String[] args) throws IOExce
5/30/19
1838
views
1
comment
0
Goran
Level 41
Belgrade
Question about the task
Moon Lander (Part 13/23)
Games
,
Level 0
,
Lesson 4
Resolved
Can't see the rocket
When i try to run my game I don't see rocket. Just see white squares in first row left horizontal and top line. Is this normal or I did something wrong ?
3/19/20
1167
views
1
comment
0
Ted404
Level 11
Dubai
Question about the task
Duplicating words
Java Syntax
,
Level 7
,
Lesson 9
Resolved
I want to understand how the code is working
The solution is already passing. However, I cannot understand the line "public static ArrayList doubleValues(ArrayList list)". How does it work and what is it for. Can you please explain this in detail? package com.codegym.task.task07.task0717; import java.io.BufferedReader; import java.io.Input
3/19/20
1893
views
3
comments
0
Wei Cui
Level 39
Newark
Question about the task
Search for hidden files
Java Collections
,
Level 1
,
Lesson 4
Resolved
Last requirement
Could someone give hints, plz
3/18/20
1236
views
2
comments
0
Satya Vath
Level 31
Vijayawada
Question about the task
2048 (Part 7/18)
Games
,
Level 0
,
Lesson 2
Resolved
Help Me
Everything is correct But unable to pass
3/19/20
1425
views
2
comments
0
hacks patel
Level 20
Ahmedabad
Question about the task
Chicken factory
Java Core
,
Level 4
,
Lesson 6
Resolved
what the wrong with it
I cant understand why i get error
5/21/19
1681
views
2
comments
2
Anita Pal
Level 14
Question about the task
Reading a file
Java Core
,
Level 3
,
Lesson 11
Archived
I am not able to satisfy second condition
package com.codegym.task.task13.task1318; import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.Scanner; import java.io.FileInputStream; /* Reading a file */ public class Solution { public static void main(String[] args) { // write your code here
11/22/19
1766
views
3
comments
0
Denis
Level 22
Kharkiv
Question about the task
Reading a file
Java Core
,
Level 3
,
Lesson 11
Archived
HELP PLS
ONE CONDITION (
6/24/19
1289
views
2
comments
0
David
Level 26
Bucharest
Question about the task
Census
Java Syntax
,
Level 8
,
Lesson 8
Under discussion
I really can't see what is wrong;
Can someone explain me, please, what is wrong?
3/19/20
1559
views
3
comments
0
Dinesh
Level 7
Delhi
Question about the task
Minimum of four numbers
Java Syntax
,
Level 2
,
Lesson 8
Under discussion
Please check ternary operator
package com.codegym.task.task02.task0217; /* Minimum of four numbers */ public class Solution { public static int min(int a, int b, int c, int d) { //write your code here int Minimum; Minimum = a
3/5/20
1442
views
2
comments
0
hs
Level 2
Mumbai
Question about the task
Pay raise
Java Syntax
,
Level 2
,
Lesson 2
Under discussion
what is problem in my program ?
how the last condition will be followed? please help me Another point is my output come out fine
3/16/20
1091
views
5
comments
0
Ashish RajAnand
Level 13
Bhilai
Resolved
selection sort
public static void SelectionSort(int arras[]) { int ns = arras.length; for (int i = 0; i < ns - 1; i++) { int minindex = i; for (int j = i + 1; j < ns; i++) if (arras[j] < arras[minindex]) minindex = j; int temp = arras[i];
3/3/20
978
views
2
comments
0
Anas
Level 0
Under discussion
can someone help me with the recursive function??
Create a Java program that generate the following series using recursive function. 100 200 300 400 500 600 700 800 900 1000 i don't know how to use this function anyone can help me ??
3/18/20
1050
views
1
comment
2
Aungk Zaw Htay
Level 4
Monywa
Question about the task
Plan to conquer the world
Java Syntax
,
Level 3
,
Lesson 8
Under discussion
what is wrong?
please help me
3/18/20
1281
views
4
comments
0
Anonymous #10410173
Level 22
Delhi
Question about the task
OOP: Cars
Java Core
,
Level 5
,
Lesson 2
Resolved
stuck in the last condition
Whats wrong
3/18/20
986
views
1
comment
0
Sanjay Chauhan
Level 28
Delhi
Question about the task
Rounding numbers
Java Core
,
Level 8
,
Lesson 11
Under discussion
Taks fail
Dear CodeGym Members, As I tested my solution is working fine but I can't pass the task. Will it be possible to check what I am doing wrong? Thank you. Regards, Sanjay Chauhan
3/18/20
1130
views
2
comments
0
Anthony Chalk
Level 30
London
Question about the task
Tracking changes
Java Core
,
Level 9
,
Lesson 11
Resolved
Infinite loop somewhere?
My code keeps failing because : The program ran too long and was closed! No idea why though
1/29/20
1483
views
11
comments
0
Vaibhavi
Level 5
Vijayawada
Question about the task
Implement the print method
Java Syntax
,
Level 2
,
Lesson 1
Under discussion
help in understanding the task - Implement the print method
I am unable to understand this particular task. please help me understand the same and solve it.
10/18/19
1791
views
8
comments
0
Richard Herrera
Level 3
Tampa
Question about the task
Implement the print method
Java Syntax
,
Level 2
,
Lesson 1
Resolved
inmplement print method?
not sure how to implement print from main. my code below package com.codegym.task.task02.task0201;
2/15/20
1692
views
6
comments
0
Naweed
Level 2
Kabul
Question about the task
Implement the print method
Java Syntax
,
Level 2
,
Lesson 1
Under discussion
This work
output s String for times
3/14/20
1177
views
2
comments
0
shovan
Level 22
Kolkata
Question about the task
Template pattern
Java Core
,
Level 5
,
Lesson 12
Resolved
plss help
failing the third condition.
9/17/19
1240
views
5
comments
0
Joy Majumdar
Level 16
Kolkata
Question about the task
Robot wars
Java Core
,
Level 3
,
Lesson 11
Resolved
How to apply the logic to attack/defend chest ?
How to ?
7/18/19
2198
views
5
comments
0
HaeWon Chung
Level 17
Boston
Question about the task
Working with dates
Java Syntax
,
Level 8
,
Lesson 11
Under discussion
Please help me
It seems like null is passed to input in line 28. Any idea how to make it work?
2/25/20
1267
views
3
comments
0
Miroslav
Level 9
Bratislava
Question about the task
Do we have a pair?
Java Syntax
,
Level 4
,
Lesson 4
Resolved
Why it didn't pass
Hi guys i made it this way my program is working corectly but it didn't pass i did not read about method how to do it in conditions what is wrong with this? Thanks for help
3/17/20
1266
views
2
comments
0
Ashish RajAnand
Level 13
Bhilai
Question about the task
Moon Lander (Part 14/23)
Games
,
Level 0
,
Lesson 4
Resolved
i can't decode .
any one decode the for me
3/15/20
1120
views
3
comments
0
Michael Brimage
Level 19
Washington D.C.
Question about the task
Kind Emma and the summer holidays
Java Syntax
,
Level 8
,
Lesson 8
Resolved
What's wrong with this code?
I don't know why my code is not working?
3/17/20
1089
views
0
comments
0
shovan
Level 22
Kolkata
Question about the task
Task No. 6 about integer type conversions
Java Syntax
,
Level 10
,
Lesson 4
Resolved
how to solve this?
my answer is 999.488
5/25/19
2441
views
5
comments
1
Iliri Cani
Level 37
Tirana
Question about the task
Advanced file search
Java Collections
,
Level 1
,
Lesson 2
Under discussion
Why this dont work
How to solve this i dont understand.
8/31/19
1241
views
4
comments
0
Show more
1
...
223
224
225
226
227
...
374
Please enable JavaScript to continue using this application.