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
Wei Cui
Level 39
Newark
Question about the task
HTML Editor (part 9)
Java Multithreading
,
Level 8
,
Lesson 15
Under discussion
TIPS FOR VIEW CONSTRUCTOR
08.04.2020
1155
views
3
comments
2
Anthony Chalk
Level 30
London
Question about the task
Horse racing
Java Core
,
Level 6
,
Lesson 5
Archived
Please help
Edit: I got rid of lines 27 and 31. Now only the first condition isn't passing. Edit2: I got rid of line 26 and now it passes. Why though?
19.12.2019
1135
views
3
comments
3
Wei Cui
Level 39
Newark
Question about the task
HTML Editor (part 6)
Java Multithreading
,
Level 8
,
Lesson 15
Resolved
need improve
08.04.2020
1021
views
1
comment
2
AlfredW
Level 23
Denver
Question about the task
Introducing tags
Java Core
,
Level 9
,
Lesson 11
Under discussion
Getting all the correct output no verify
I have tried several different data files to try and see what it is I am missing. Can't figure it. Every possible configuration of tags works. But it still won't verify.
02.11.2020
523
views
3
comments
0
Dinesh
Level 7
Delhi
Under discussion
I want to make this program executable. Please Provide HINTS ONLY
I had been with Useful links from the Professor – 2 Level 2 Lesson 10 Getting started with classes: writing your own classes, constructors & Methods, method parameters, interaction and overloading In Methods and method parameters Topic There is an example of Truck and Bridge Officer, I trie
01.11.2020
337
views
2
comments
0
Chandan Thapa
Level 22
Dubai
Question about the task
Task about algorithms
Java Syntax
,
Level 9
,
Lesson 11
Resolved
Help needed!!
What am I doing incorrect here? cant figure out!
02.11.2020
518
views
6
comments
0
Yusuf
Level 3
Bradford
Question about the task
Escaping characters
Java Syntax
,
Level 3
,
Lesson 6
Under discussion
What have I done wrong here
Please help I do not know what I have done wrong in this code I was not expecting myself to complete this without help as it is an epic so please check it out and tell me if you notice anything wrong.
28.10.2020
501
views
5
comments
0
Павел Артеменко
Level 41
Krasnodar
Question about the task
Introducing ThreadPoolExecutor
Java Multithreading
,
Level 8
,
Lesson 8
Resolved
Bugged?
Tried do, while and for loops - to no avail.
19.05.2019
1299
views
1
comment
2
Marcus W
Level 13
Not in list
Question about the task
Expressing ourselves more concisely
Java Syntax
,
Level 7
,
Lesson 6
Archived
Can't see why it doesn't verify, it does what it's supposed to?
Is the problem that I should check whether there are more than 1 shortest string, and only then put them in another list and print that list?
01.11.2020
511
views
4
comments
0
Maria
Level 22
Moscow
Question about the task
Static cats
Java Syntax
,
Level 6
,
Lesson 11
Resolved
Please, help..
What wrong? 0-9 cats displayed...
02.11.2020
534
views
1
comment
0
Noob_Coder
Level 22
Springfield
Question about the task
R or L
Java Syntax
,
Level 7
,
Lesson 9
Resolved
confusion
Output is definitely correct but the test is not passed what's wrong?
01.11.2020
594
views
4
comments
0
Noob_Coder
Level 22
Springfield
Question about the task
Checking the order
Java Syntax
,
Level 7
,
Lesson 9
Under discussion
confusion
There's nothing wrong in my opinion but the output is definitely not correct = 0,idk why
01.11.2020
538
views
1
comment
0
David Close
Level 17
London
Question about the task
Task about algorithms
Java Syntax
,
Level 5
,
Lesson 12
Under discussion
what have i done wrong ?
correct output
01.11.2020
474
views
2
comments
0
Dinesh
Level 7
Delhi
Under discussion
Compilation error
public class User { String name; short age; int height; // Write your code here public User(String name, short age, int height){ this.name=name; this.age=age; this.height=height; } public User(short age, int height, String name){ this.age=age;
01.11.2020
613
views
7
comments
0
Alexandre Lalancette
Level 41
Quebec
Question about the task
Aggregator (part 8)
Java Collections
,
Level 8
,
Lesson 15
Resolved
Can't pass some of the requirements. I tried several solutions and nothing seems to work..
Can someone provide some hints on this one? Cheers!
17.02.2020
1040
views
3
comments
2
Onome Brownly-Otiede
Level 9
Galway
Question about the task
Man and woman
Java Syntax
,
Level 5
,
Lesson 12
Under discussion
please help me out
i tried for sooo long and i cant get it
30.10.2020
423
views
2
comments
0
Vidya Pb
Level 5
Ernakulam
Question about the task
Snake (Part 6/20)
Games
,
Level 0
,
Lesson 1
Under discussion
Somebody help me why am I finding symbol not found error.
cannot find symbol symbol: class Game location: class com.codegym.games.snake.part06.Snake. file com/codegym/games/snake/part06/Snake.java, line 24, position 977 What's the mistake in the code that I am getting this error?
01.11.2019
1851
views
4
comments
2
Dmitri
Level 22
Seversk
Question about the task
Set of cats
Java Syntax
,
Level 8
,
Lesson 11
Resolved
All conditions are met and the code is working fine.
All conditions are met and the code is working fine. What is wrong with the validator?
01.11.2020
482
views
3
comments
0
David
Level 29
Paris
Question about the task
Build a tree (part 1)
Java Collections
,
Level 1
,
Lesson 15
Resolved
Help me
Someone can help me please to resolve the last step
31.10.2020
367
views
2
comments
0
Tobias Gion
Level 5
Kronach
Question about the task
Minesweeper (Part 10/16)
Games
,
Level 0
,
Lesson 0
Under discussion
Can't meet the requirements
I would be happy if anyone could help me in finding a solution. My game works fine (both in the codegym IDE and local in VS Code). I don't think my solution is that far away from decent code (correct me please if iam wrong) but I can't get Codegym to accept my solution. I have tried to different app
31.10.2020
708
views
6
comments
0
Tom ford
Level 15
Question about the task
Sorting even numbers from a file
Java Core
,
Level 3
,
Lesson 11
Resolved
Please help! Too may lines...
Can someone provide guidance on what I am doing wrong? I believe that I am reading the file incorrectly but cannot find the solution.
31.10.2020
345
views
4
comments
0
David Haines
Level 13
La Crosse
Question about the task
Snake (Part 6/20)
Games
,
Level 0
,
Lesson 1
Resolved
could somebody please explain the issue?
validation fails with the following error message: The createGame() method must assign the created Snake object to the snake field. Isn't that what line 21 (snake.draw(this);) is supposed to accomplish?
30.10.2020
881
views
3
comments
0
yesnoyes
Level 5
Riga
Question about the task
Drawing a rectangle
Java Syntax
,
Level 4
,
Lesson 13
Resolved
why wont it print correctly?
package com.codegym.task.task04.task0436; /* Drawing a rectangle */ import java.io.*; public class Solution { public static void main(String[] args) throws Exception { //write your code here BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
30.10.2020
508
views
2
comments
0
Pandurang Patil
Level 3
kolhapur
Under discussion
java screen , out put and string
java 1page and screen ,out put string not Page please help me
31.10.2020
480
views
1
comment
0
Robby Wagner
Level 4
Tempe
Question about the task
Predictions
Java Syntax
,
Level 3
,
Lesson 8
Resolved
"The displayed text must fully match the task conditions."
The output is correct, not sure why this is not passing the last condition. Any help???
10.07.2020
814
views
6
comments
0
Tom ford
Level 15
Question about the task
Working with dates
Java Syntax
,
Level 8
,
Lesson 11
Under discussion
What is wrong?
Code does exactly what is being requested.....
30.10.2020
470
views
6
comments
0
Dinesh
Level 7
Delhi
Under discussion
( Lesson 1 Level 4 ) Tried to execute the code snippet on given concept as follows:- But didn`t get how to play with it programmatically
"If there are several visible (accessible) variables in our code – say, an instance variable and a local variable – the local variable will be accessed." class Main { public int count = 0; // Declare an instance variable public static void main(String[]args){ Main mn = new Main()
30.10.2020
630
views
11
comments
0
Adam Ondrejkovic
Level 5
Copenhagen
Question about the task
Positive number
Java Syntax
,
Level 4
,
Lesson 7
Under discussion
Hi what is wrong with my code it works with all inputs that I use
if( a > 0){ int count = 1; if( b > 0){ count++; }else if(c > 0){ count++; } System.out.println(count); } if( a <= 0){ int count = 0; if( b > 0){
31.10.2020
611
views
4
comments
0
Pandurang Patil
Level 3
kolhapur
Under discussion
lesson two not open please
help me too lessen not open
31.10.2020
453
views
1
comment
0
Dinesh
Level 7
Delhi
Under discussion
javaFX application class must extend javafx.application.Application. I want to know about this stuff how and when to implement this
I was trying this piece of code but some how I just forgot to write (String [] args) in main() method It compiled fine. But when tried it to execute it gave the error as follows:-- Error: Main method not found in class Test, please define the main method as public static void m
31.10.2020
1949
views
2
comments
0
Show more
1
...
116
117
118
119
120
...
371
Please enable JavaScript to continue using this application.