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
Bohdan
Level 8
Milan
Question about the task
Space Invaders (Part 34/34)
Games
,
Level 0
,
Lesson 6
Resolved
Bug
SHAPEMATRIX package com.codegym.games.spaceinvaders; public class ShapeMatrix { public static final int[][] ENEMY = new int[][]{ {7, 0, 7}, {7, 7, 7}, {0, 7, 0} }; public static final int[][] PLAYER = new int[][]{ {0, 0, 6, 0, 0},
18.09.2020
543
views
3
comments
0
vamsi mokari
Level 13
Hyderabad
Question about the task
Going national
Java Syntax
,
Level 8
,
Lesson 11
Under discussion
whats the issue in my code
package com.codegym.task.task08.task0823; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.*; /* Going national */ public class Solution { public static void main(String[] args) throws IOException { BufferedReader reader =
25.09.2020
439
views
1
comment
0
mona
Level 7
Question about the task
Plan to conquer the world
Java Syntax
,
Level 3
,
Lesson 8
Resolved
please
please correct the error
24.09.2020
700
views
6
comments
0
Tamas Horcsak
Level 18
Leeds
Question about the task
Seeing dollars in your future
Java Syntax
,
Level 4
,
Lesson 10
Under discussion
why my code is not accepted
import java.io.*; public class Solution { public static void main(String[] args) throws Exception { int i = 0; while(i < 10){ int f = 0; while(f < 10){ System.out.print("$ "); f++; }
24.09.2020
419
views
3
comments
0
Jac
Level 7
Birmingham
Question about the task
Task about algorithms
Java Syntax
,
Level 5
,
Lesson 12
Under discussion
It's not passing the second to last requirement. Can someone help me find out why?
package com.codegym.task.task05.task0532; import java.util.Scanner; /* Task about algorithms */ public class Solution { public static void main(String[] args) throws Exception { Scanner input = new Scanner(System.in); int maximum = Integer.MIN_VALUE; while(i
23.09.2020
314
views
2
comments
0
Shadow
Level 7
Hogsmead
Question about the task
Max constructors
Java Syntax
,
Level 5
,
Lesson 9
Under discussion
Helppp
helpppl!!!!!
24.09.2020
533
views
1
comment
0
Mateusz
Level 36
Wroclaw
Question about the task
HTML Editor (part 8)
Java Multithreading
,
Level 8
,
Lesson 15
Resolved
Tip for this taks
Hi small Tip: Don't override all method in the package "action". Take(override ) only public void actionPerformed(ActionEvent e) method.
25.02.2020
1091
views
3
comments
0
siya
Level 2
Sandton
Question about the task
Implement the print method
Java Syntax
,
Level 2
,
Lesson 1
Under discussion
can somebody pleaae help me. im not sure what i have done wrong
I tried looping but im not very familiar with the way it is supposed to be implemented
16.04.2020
1071
views
4
comments
0
Umabharathy
Level 2
chennai
Question about the task
Implement the print method
Java Syntax
,
Level 2
,
Lesson 1
Under discussion
Error in the code
I executed the code this way and having errors in it please help.
08.01.2019
1437
views
5
comments
0
mona
Level 7
Question about the task
The way of the Samurai
Java Syntax
,
Level 3
,
Lesson 6
Under discussion
meaning🤔🤔
what is the meaning of that word... actually..which language🤷♀️🤷♀️
23.09.2020
423
views
4
comments
0
bri
Level 7
Sevilla
Question about the task
Cat's finalize method
Java Syntax
,
Level 6
,
Lesson 5
Resolved
Seriously?!
HOnestly I copied word for word if I don't put semi-colon after Throwable error. If i put one error. If I enter a variable ie String name Cat String name error. What is going on?!
06.02.2019
1840
views
6
comments
0
sabrine RA
Level 12
Paris
Question about the task
Big salary
Java Syntax
,
Level 10
,
Lesson 11
Under discussion
HELP!
i can't understand the error or the goal of this task
24.09.2020
383
views
1
comment
0
Onur Bal
Level 27
Istanbul
Question about the task
Finding data inside a file
Java Core
,
Level 8
,
Lesson 11
Resolved
Not Getting Verified Despite Having Correct Output
I have tested the programme on my computer and everything seems to work perfectly. On line 22, I also tried printing out a substring in order to leave the id out, but that doesn't seem to work either. EDIT: I was able to solve the problem. To give a hint to anyone who may face a similar issue, cons
24.09.2020
437
views
0
comments
0
Lawson
Level 29
Lagos
Question about the task
Snake (part 16)
Java Multithreading
,
Level 2
,
Lesson 18
Resolved
Pls help
I have an error in the 3rd condition
23.09.2020
462
views
2
comments
0
Au Ivan
Level 17
Hong Kong
Question about the task
Cats
Java Core
,
Level 4
,
Lesson 4
Resolved
NullPointerException
OutPut: java.lang.NullPointerException at com.codegym.task.task14.task1404.Solution.main(Solution.java:17) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAcce It run very well on my JDK..but it creates an exception here...why lol
13.10.2019
1812
views
4
comments
0
amj
Level 7
Imphal
Question about the task
To the top of the list
Java Syntax
,
Level 7
,
Lesson 6
Under discussion
the third condition is not satisfied.
how can i fix this?
24.09.2020
651
views
2
comments
0
Ramilya
Level 20
SPb
Question about the task
Sequential file output
Java Core
,
Level 6
,
Lesson 13
Resolved
Task1630 Output is correct
Help, please. What's wrong in my code? Output is correct.
07.05.2019
1961
views
14
comments
2
dhanush
Level 30
Chennai
Question about the task
Sequential file output
Java Core
,
Level 6
,
Lesson 13
Resolved
need help
last condition is not test passing. :(
15.08.2020
416
views
2
comments
0
Carli Eubanks
Level 15
San Diego
Question about the task
Let's put together a rectangle
Java Syntax
,
Level 5
,
Lesson 7
Resolved
Illegal start type
On line 23 it says that this.top is an illegal start type. I'm not sure how to fix this and I appreciate any help.
23.09.2020
486
views
2
comments
0
Mariam
Level 9
Columbus
Question about the task
Three numbers
Java Syntax
,
Level 4
,
Lesson 6
Resolved
It Works Perfect but compiler does not excepts my code. HELP please
It Works Perfect but compiler does not excepts my code. HELP please
06.09.2020
495
views
4
comments
0
Carli Eubanks
Level 15
San Diego
Question about the task
Initializing cats
Java Syntax
,
Level 5
,
Lesson 7
Resolved
I'm stumped
On line 19 it says I'm missing a method body and I don't know how to fix it. Any help is greatly appreciated.
23.09.2020
399
views
2
comments
0
Jeanne Vo
Level 22
Olympia
Question about the task
Number algorithms
Java Core
,
Level 10
,
Lesson 10
Under discussion
An infinite loop!?
I think I need a break from coding at least for this task! Please help!
21.09.2020
468
views
1
comment
0
hidden #10610717
Level 23
Question about the task
One large array and two small ones
Java Syntax
,
Level 7
,
Lesson 4
Resolved
Assist please?
My code works to the best of my understanding but I don't meet the last criteria? Any assistance would be much appreciated.
23.09.2020
505
views
2
comments
0
Kamil
Level 31
Near Warsaw
Question about the task
Prices 2
Java Core
,
Level 8
,
Lesson 11
Resolved
Not passing
Alright, bascially I noticed I'm not the only one person having weird verification problems with this task. Please guys, tell me the ... is wrong. You can test out my code, works like a charm.
12.09.2020
380
views
2
comments
0
Lawson
Level 29
Lagos
Question about the task
Fix the bug. Comparing objects
Java Multithreading
,
Level 1
,
Lesson 5
Resolved
Pls help
I can't get past the set requirements
09.09.2020
511
views
6
comments
2
Prashant Vishwakarma
Level 12
Mumbai
Question about the task
Greater than 10? You're not a good fit for us
Java Syntax
,
Level 8
,
Lesson 8
Under discussion
error
error: be sure that removeallnumber10 should work with any size
23.09.2020
403
views
1
comment
0
Marvin Ellis
Level 7
Peoria
Question about the task
KissMyShinyMetalRearActuator
Java Syntax
,
Level 6
,
Lesson 11
Resolved
Creating an Object
I feel like I am missing something very basic here but i am not sure what
23.09.2020
536
views
1
comment
0
Henrique
Level 41
São Paulo
Question about the task
Refactoring (part 6)
Java Multithreading
,
Level 5
,
Lesson 16
Under discussion
what's wrong?
"The getStudentWithHighestAverageGrade() method should return the student who has the highest average grade among the list of students." "The getStudentWithLowestAverageGrade() method should return the student with the lowest average grade." (University class)
05.08.2020
530
views
1
comment
0
Ilia Kalugin
Level 25
Novara
Question about the task
Snake (Part 14/20)
Games
,
Level 0
,
Lesson 1
Resolved
why the compiler swears at the public GameObject createNewHead () method
why the compiler swears at the public GameObject createNewHead () method ?? line 83
23.09.2020
383
views
2
comments
0
Carli Eubanks
Level 15
San Diego
Question about the task
Multiplication table
Java Syntax
,
Level 4
,
Lesson 10
Resolved
I can't find the mistake
I've been stuck for a bit now and I don't know where my mistake is. I would really appreciate some advice on what I'm doing wrong.
22.09.2020
800
views
3
comments
0
Show more
1
...
131
132
133
134
135
...
371
Please enable JavaScript to continue using this application.