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
Gustav
Level 1
stockhol
Question about the task
I think being a programmer is cool
Java Syntax
,
Level 0
,
Lesson 3
Under discussion
What am i suposed to do about this? : package system does not exist. file com/codegym/task/task01/task0101/Solution.java, line 11, position 197. Here is my code!
package com.codegym.task.task01.task0101; /* I think being a programmer is cool */ public class Solution { public static void main(String[] args) { //write your code here system.out.print("I think"); system.out.print(" being a programmer is cool"); system.out.
7/9/21
587
views
2
comments
0
Erextor
Level 9
Moscow
Question about the task
Make a family
Java Syntax
,
Level 8
,
Lesson 11
Under discussion
couldn't check out last requirement
what's wrong?
7/9/21
959
views
2
comments
0
Karolis Garšva
Level 16
Gravesend
Question about the task
Min and max in arrays
Java Syntax
,
Level 7
,
Lesson 12
Resolved
where is the mistake?
the output is correct but third condition not satisfied.
7/8/21
667
views
4
comments
0
LT
Level 9
Question about the task
Expressing ourselves more concisely
Java Syntax
,
Level 7
,
Lesson 6
Resolved
Task requirement not met???
It meets the required output.
7/8/21
596
views
4
comments
0
Shashikant Sharma
Level 8
Surat
Question about the task
Positive and negative numbers
Java Syntax
,
Level 4
,
Lesson 7
Under discussion
Can anyone solve my problem...?😭
My Output Is Correct. Still It Shows Too Many Requirements Not Met. Please Anyone Tell Me, What's The Issue With My Code?
7/3/21
936
views
7
comments
0
slyyx
Level 15
New York City
Question about the task
Snake (Part 10/20)
Games
,
Level 0
,
Lesson 1
Under discussion
move() method does what it's supposed to, still doesn't verify
I don't understand. For the condition "In the move() method, the result of the call to the createNewHead() method must be added to snakeParts at position 0", isn't that exactly what line 53 does??
7/7/21
888
views
1
comment
0
LT
Level 9
Question about the task
To the top of the list
Java Syntax
,
Level 7
,
Lesson 6
Resolved
What's wrong with my code?
Outputs are correct.
7/5/21
680
views
5
comments
0
Seferi
Level 22
Question about the task
Different methods for different types
Java Core
,
Level 5
,
Lesson 12
Resolved
Help please
Seems to work until a String is entered... But fails all tests...
9/1/20
1140
views
17
comments
0
John
Level 17
Mansfield
Question about the task
Countdown
Java Core
,
Level 6
,
Lesson 7
Resolved
why not passing the 2nd and 3rd condition?
What's wrong the output is correct
7/7/21
496
views
2
comments
0
Fareeha.Jay
Level 1
Lahore
Question about the task
Kind words for the teacher
Java Syntax
,
Level 0
,
Lesson 4
Under discussion
where the problem
I dont know the problem. codes are running without any error but verification is identifying the the errors.
3/16/19
1474
views
3
comments
0
Anonymous #10762452
Level 1
Under discussion
I added my comment but not sure why it's showing incorrect??
/* 2 + 3 = 5 */ public class Solution { public static void main(String[] args) { int a = 3; int b = 2; System.out.print("two"); System.out.print(b); //2 plus 3 equals to 5 System.out.print(" plus "); System.out.print(" minus "); System
7/6/21
490
views
3
comments
0
Justin Smith
Level 41
Greenfield, USA
Question about the task
Constructor
Java Syntax
,
Level 5
,
Lesson 9
Resolved
I get the desired result but it's failing me anyway
When I validate, I get green checkmarks for all but the last two, where it says "The Color class's getDescription method must return the value of the variable description." and "The Color class's setDescription method must set the value of the variable description.". When I run the file, it correct
7/6/21
669
views
2
comments
0
Usman
Level 8
Glasgow
Question about the task
R or L
Java Syntax
,
Level 7
,
Lesson 9
Resolved
code is running forever D:
Having issues requuriement 2.2 See comments Thanks for the help!
7/6/21
710
views
3
comments
2
Riten Shah
Level 4
Abu Dhabi
Question about the task
Minimum of three numbers
Java Syntax
,
Level 2
,
Lesson 8
Under discussion
Error: the min method must return the minimum of the numbers a, b and c.
Where am I going wrong?
7/5/21
942
views
2
comments
0
mona
Level 7
Question about the task
Rule of the triangle
Java Syntax
,
Level 4
,
Lesson 4
Resolved
what wrong with this ans....
plz....crt this ans
7/2/21
910
views
2
comments
0
Andrei
Level 41
Question about the task
Release resources
Java Multithreading
,
Level 1
,
Lesson 10
Under discussion
What is the purpose of overriding the finalize method when I am supposed to use a trywithresources block?
1 . If trywithresources and finalize() aren't related -meaning trywithresources doesn't call finalize()- what is the purpose of adding the extra code in this exercise? 2. Furthmore, in my code I left the code where the connection is closed. In the mentor code, they took out this code. I am using th
3/25/21
593
views
0
comments
0
Aleksandr
Level 22
Moscow
Question about the task
Word search
Java Core
,
Level 10
,
Lesson 10
Under discussion
Can someone explain the Rules of search, please
Hello, I tried many of variants, but no one did pass the verification. I have "more mathes" than needed, but why they don`t needed? I did try do this task with 8 directions, but lost structer and return to 4 directions(beacuse we go from left top corner string by string to rigth bottom corner). My
3/15/21
673
views
0
comments
0
RAYX2445
Level 5
Nagpur
Question about the task
Family relations
Java Syntax
,
Level 2
,
Lesson 2
Resolved
How.??
Who do you actually create objects and assign variables to them...?
7/2/21
687
views
4
comments
0
Sansho
Level 19
Bordeaux
Question about the task
Splitting a file
Java Core
,
Level 8
,
Lesson 5
Resolved
Requ. 3 & 4 are mads
I don't understand why it's not okay, because even with my own file test it works perfectly...
6/22/21
893
views
9
comments
0
Sansho
Level 19
Bordeaux
Question about the task
Finding data inside a file
Java Core
,
Level 8
,
Lesson 11
Resolved
3 requ. doesn't validate wesh
My code is simple but "it works on my machine", so where is the mistake?
6/30/21
503
views
3
comments
0
Zach
Level 22
Fort Collins
Question about the task
Splitting a file
Java Core
,
Level 8
,
Lesson 5
Under discussion
Fourth task not passing?
Maybe an off by one error?
7/3/21
525
views
2
comments
0
Andrei
Level 41
Question about the task
Setting up a logger
Java Collections
,
Level 4
,
Lesson 10
New
3) The last 6 log files must be stored. If the sixth file is already full (i.e. is 5 MB), then you need to delete the first file and create a new one. Where is this condition met?
The requirement is the one above. I don't understand something, where do we change the condition to meet the new requirement "if the sixth file is already full you need to delete the first file and create a new one" . Is this something the program does automatically after we set MaxFileSize to 5MB
7/2/21
506
views
0
comments
0
Xavier
Level 17
Pearland
Question about the task
User, loser, coder and programmer
Java Core
,
Level 4
,
Lesson 8
Resolved
Person.Java is not in inteliJ.
I just realized something after looking at other people's questions. In inteliJ, I can't see Person.Java, but if I open the task in code gym I can. Is there a way to view it in inteliJ or do I have to open the task in inteliJ and code gym?
6/29/21
526
views
2
comments
0
null
Level 6
Pomona
Under discussion
When an error occurred while logging in with the key. Check CodeGymPlugin.properties., how to enter the key in IDEA
When an error occurred while logging in with the key. Check CodeGymPlugin.properties., how to enter the key in IDEA
5/7/21
764
views
1
comment
1
Gladys
Level 1
Barcelona
Under discussion
Materia oscura
hola, como conseguir Materia oscura!!
6/4/21
488
views
0
comments
0
Rockbite
Level 41
Under discussion
Error while signing in using a secret key. Check CodeGymPlugin.properties
Error while signing in using a secret key. Check CodeGymPlugin.properties. getting this when tried to use plugin, how can I solve this ?
6/28/21
518
views
0
comments
0
Miftahul
Level 9
Newcastle under Lyme
Under discussion
Can anyone help me
Personal Project; Can anyone help me. I need to create a brute force or dictionary attack software that can open a password encrypted file then pick out key informations. Which one is easier, and how would I go about this. Many thanks, xx
6/29/21
494
views
0
comments
0
Usman
Level 8
Glasgow
Question about the task
Even and odd digits
Java Syntax
,
Level 6
,
Lesson 5
Resolved
[USEFUL] Got the right answer but want to try differnt approach using FOR LOOP and isnt working
HELP WITH FOOR LOOP Got the right answer utilizig the while loop, but want to try differnt approach and with for loop and its not working Before the continue keyword, i simply printed the output to see what was being printed... it seems only the last digit of enteredNum prints. E.g. input is : 4
7/1/21
865
views
7
comments
0
Dustin Davis
Level 4
United States of America
Question about the task
Implement the print method
Java Syntax
,
Level 2
,
Lesson 1
Under discussion
where does the s come from? doesn't it need to be identified first?
where does the s come from
6/21/21
825
views
7
comments
0
Ali Diksin
Level 3
Bispham
Question about the task
Print three times
Java Syntax
,
Level 2
,
Lesson 8
Under discussion
I fulfilled every task but it still says error
It tells me that there should be spaces between the text, which i did, but it still tells me i didn't do it. What am i actually supposed to do?
7/1/21
639
views
1
comment
0
Show more
1
...
68
69
70
71
72
...
374
Please enable JavaScript to continue using this application.