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
Gudrun
Level 10
Eberbach
Under discussion
Problem with CodeGymPlugin in IntelliJ
I have installed all and opening a task was fine. But when I try to verify the task I always get this error message: "Exception in plugin CodeGymHomeWork (3.38). ...Disable plugin...." "This plugin is not a production of JetBrains. Please report the problem to CodeGym." Is there something I can do?
6/5/20
599
views
1
comment
0
Onome Brownly-Otiede
Level 9
Galway
Question about the task
Price of apples
Java Syntax
,
Level 4
,
Lesson 1
Under discussion
i dont know what to do
pls help
6/6/20
564
views
1
comment
0
Adam Maichrzik
Level 22
Katowice
Question about the task
Combining files
Java Core
,
Level 8
,
Lesson 11
Under discussion
Is this way of thinking possible?
Can someone more experienced than me help me with this? I am just curious if this is possible to resolve this task conditions with my way of thinking. I know all the conditions are false but in my opinion this way of thinking is logic and correct.
5/3/20
1289
views
4
comments
0
Rebekah H
Level 8
Gothenburg
Question about the task
Drawing lines
Java Syntax
,
Level 4
,
Lesson 13
Resolved
Only prints 8 lines vertically??
I tried a few times, tried naming then int x in the second for loop, tried brackets... here I copy pasted the line above and added "ln".. why is this not working??
6/6/20
824
views
2
comments
0
Tata
Level 16
Hisar, Haryana
Question about the task
Checking the order
Java Syntax
,
Level 7
,
Lesson 9
Resolved
can't get it.
please help me.
6/5/20
916
views
1
comment
0
Arko Sarkar
Level 8
Mumbai
Question about the task
Calculator
Java Syntax
,
Level 6
,
Lesson 8
Under discussion
What is the error here?
Getting error for the % operator. What does returning b as b percent of a mean exactly? Is it remainder or actual percent, and percent of what?
8/30/18
3026
views
5
comments
1
Vadym Opalenyk
Level 10
Vyshneve
Question about the task
Cats in the Universe
Java Syntax
,
Level 4
,
Lesson 2
Under discussion
Why can not perform
Why can not perform
5/8/19
1830
views
3
comments
0
Vaibhavi
Level 5
Vijayawada
Question about the task
Cats in the Universe
Java Syntax
,
Level 4
,
Lesson 2
Under discussion
please help me where I am going wrong.
Need help..!!
12/2/19
1669
views
5
comments
0
Cristian
Level 16
Bucharest
Question about the task
Cats in the Universe
Java Syntax
,
Level 4
,
Lesson 2
Under discussion
Why the last condition is not valid?
/* Cats in the Universe */ public class Solution { public static void main(String[] args) { Cat cat1 = new Cat(); cat1.count++; Cat cat2 = new Cat(); cat2.count++; Cat.count = cat1.count + cat2.count; System.out.println("Th
4/16/19
1899
views
6
comments
0
Akash sah
Level 8
Kathmandu
Question about the task
Cats in the Universe
Java Syntax
,
Level 4
,
Lesson 2
Under discussion
need help
what should we write in Cat.count?
2/20/19
2777
views
7
comments
0
Oliver Lutz
Level 18
Budapest
Question about the task
Janitorial services
Java Core
,
Level 4
,
Lesson 8
Resolved
Need Help
how do i do it ?
6/5/20
855
views
4
comments
2
zimme
Level 14
Question about the task
Expressing ourselves more concisely
Java Syntax
,
Level 7
,
Lesson 6
Archived
help
why this code does not pass verification, the last two conditions? If I add a "dog" to the list, the output is a car dog and if I add "a" the output is a .
6/6/20
714
views
2
comments
0
Surya
Level 33
Newark
Question about the task
Building a file
Java Core
,
Level 8
,
Lesson 11
Resolved
Not sure how many more hours to spend even after I get the desired output
I feel that the problem validation is very poorly designed. I get the output when I execute but fails validation. Can't spend any more hours. Some one please help me here.
6/5/20
772
views
3
comments
0
Michal
Level 26
Lodz
Question about the task
Hippodrome (part 6)
Java Multithreading
,
Level 1
,
Lesson 16
Under discussion
What is the problem with my Hippodrome class?
5/28/20
647
views
2
comments
0
HaeWon Chung
Level 17
Boston
Question about the task
Debug, debug, and again debug
Java Core
,
Level 5
,
Lesson 12
Resolved
Why class A calls class B's method?
I put my question on comment section in the code. I have already passed the verification. But I still don't understand why it displays 0 in protected modifier. public class Solution { public static void main(String[] args) { new B(6); } public static class A { private
6/5/20
1058
views
5
comments
0
Aniket Dwivedi
Level 8
Delhi
Question about the task
Greater than 10? You're not a good fit for us
Java Syntax
,
Level 8
,
Lesson 8
Under discussion
The last condition is not fulfilled
It works fine when i run it on my ide. Gives error on submission. Check the last condition please.
2/9/20
1093
views
1
comment
0
Hendra
Level 8
Medan
Question about the task
Greater than 10? You're not a good fit for us
Java Syntax
,
Level 8
,
Lesson 8
Under discussion
what's wrong with my code..I feel so confusing
import java.util.HashSet;
5/24/20
1189
views
3
comments
0
BlueJavaBanana
Level 37
Question about the task
Introducing tags
Java Core
,
Level 9
,
Lesson 11
Resolved
Passes all examples given but Timeout Error
Can anyone cast a more experience eye over this? It works with many examples but it is timing out on the server. I have use recursion for this solution and I've tried to make it as readable as possible. Have I over engineered this?
6/5/20
646
views
5
comments
0
Karolina
Level 7
Question about the task
Task about algorithms
Java Syntax
,
Level 5
,
Lesson 12
Resolved
Done, Thanks :D
6/5/20
645
views
2
comments
0
Anton
Level 26
Oslo
Question about the task
Most frequent bytes
Java Core
,
Level 8
,
Lesson 3
Resolved
What is wrong?
What is wrong?
6/5/20
908
views
4
comments
1
Nitin raj
Level 12
Mumbai
Question about the task
Controlling body weight
Java Syntax
,
Level 6
,
Lesson 8
Under discussion
HELP ME OUT
Why Condition not met! I m cofused
7/2/19
1764
views
5
comments
0
Vaishnavi
Level 8
Waukesha
Question about the task
Cat register
Java Syntax
,
Level 4
,
Lesson 2
Under discussion
Is this right?
I feel like this is right, but is it? I always get 1 when I run it. public class Cat { private static int catCount = 0; public static void addNewCat() { //write your code here Cat cat = new Cat(); catCount++; } public static void main(String[] args) { C
4/18/19
1661
views
7
comments
0
Egerd
Level 22
Tallinn
Question about the task
Picking out numbers
Java Core
,
Level 9
,
Lesson 5
Under discussion
Please HELP!!!
Be sure that the program writes data to the second file???
4/27/20
932
views
1
comment
0
Stephen Haokip
Level 8
imphal
Question about the task
Positive and negative numbers
Java Syntax
,
Level 4
,
Lesson 7
Under discussion
guys i dont get the meaning of
original set... what does that mean... do they mean that the unknown number must be a variable
6/4/20
641
views
1
comment
0
Tata
Level 16
Hisar, Haryana
Question about the task
R or L
Java Syntax
,
Level 7
,
Lesson 9
Under discussion
i'm not getting it.
pls help me.
6/4/20
607
views
4
comments
0
Patrick Moreland
Level 27
Kirkland
Question about the task
AmigoSet (part 5)
Java Collections
,
Level 4
,
Lesson 15
Resolved
Not Passing the Last Requirement
I've been working on this for many hours over the last two days. I put test code in the main() method and it successfully serializes to a file and then deserializes back out of the file, but it won't pass. Any ideas?
6/5/20
526
views
1
comment
0
Nishant Bhatia
Level 13
Navi Mumbai
Question about the task
Snake (Part 10/20)
Games
,
Level 0
,
Lesson 1
Resolved
What is the problem here?
Problems with move method and draw scene method.
7/14/19
1596
views
3
comments
0
Joe
Level 9
Question about the task
Task about algorithms
Java Syntax
,
Level 5
,
Lesson 12
Under discussion
I get the correct output but fail the last two requirements.
Can anyone give me a hint of what I'm doing wrong? I get the correct answer but I fail the last 2 requirements.
6/4/20
766
views
2
comments
0
Brandon Leirer
Level 7
Keller
Question about the task
Creating cats
Java Syntax
,
Level 5
,
Lesson 9
Under discussion
I can get it to work fine but...
Can someone explain why if we are making a constructor to take in two known values (like name and age), why would we be adding in made up values for the other variables? What is the point of that? And why do these constructors require a made up color value, but they don't need any mention of address
6/4/20
650
views
1
comment
0
Rich
Level 23
San Diego
Question about the task
R or L
Java Syntax
,
Level 7
,
Lesson 9
Resolved
need a nudge
got the right output and should meet the second criteria, but it says I don't.
6/3/20
840
views
3
comments
0
Show more
1
...
185
186
187
188
189
...
374
Please enable JavaScript to continue using this application.