CodeGym
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
  • Letenyei Ádám
    Level 16
    Bakonyszombathely
    Question about the task Software update
    Java Syntax, Level 8, Lesson 11
    Under discussion
    What is the problem? Please help package com.codegym.task.task08.task0829; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; /* Software update */ public class Solution { public sta
    • 23.07.2019
    • 1472views
    • 6comments
    0
  • Anthony Chalk
    Level 30
    London
    Question about the task Closest to 10
    Java Syntax, Level 4, Lesson 4
    Under discussion
    Help pleaseI've tried everything to meet the last condition nothing works. Please Help. Thank you.
    • 21.08.2019
    • 873views
    • 2comments
    0
  • kapil
    Level 12
    delhi
    Question about the task Set of cats
    Java Syntax, Level 8, Lesson 11
    Resolved
    problem while printingi have checked by printing all three cats and by printing cats after removing one, but it fails all time....please help someone
    • 31.01.2019
    • 2242views
    • 5comments
    1
  • Itachi
    Level 16
    Brooklyn
    Question about the task Minesweeper (Part 13/16)
    Games, Level 0, Lesson 0
    Resolved
    helpit is not compiling
    • 21.08.2019
    • 1333views
    • 0comments
    0
  • hidden #10514438
    Level 2
    Under discussion
    i dont understand the code the relation between x and ypackage com.codegym.task.task01.task0107; /* No comments needed */ public class Solution { public static void main(String[] args) { int x = 2; int y = 12; // y = x * y; y = x + y; x = y - x; y = y - x; System.out.println(x);
    • 20.08.2019
    • 969views
    • 1comment
    0
  • Eduardo
    Level 23
    Coyoacan
    Question about the task Computer
    Java Core, Level 4, Lesson 8
    Resolved
    Computer classHi, I need a hand with this task, I got it to compile but I'm missing two last conditions. I tried moving the getters inside the constructor but that causes an error. What am I doing wrong?
    • 28.02.2019
    • 1583views
    • 3comments
    2
  • Talha
    Level 5
    Lahore
    Question about the task Escaping characters
    Java Syntax, Level 3, Lesson 6
    Resolved
    Why is this not working????The output in console is same as in question but it is still not meeting the requirement
    • 17.08.2019
    • 1470views
    • 2comments
    1
  • KARAN BHOITE
    Level 15
    Nagpur
    Question about the task Going national
    Java Syntax, Level 8, Lesson 11
    Archived
    I DONT SEE ANY MISTAKE ?I TRIED MY BEST...
    • 19.08.2019
    • 1187views
    • 1comment
    0
  • Mykola
    Level 14
    Toronto
    Question about the task Playing Javarella
    Java Syntax, Level 7, Lesson 9
    Resolved
    Cant pass the verification. Any suggestions? Steps 3, 4, 5 failed. I've checked every array individually and it looks like everything ok. Just can't get what is wrong here. Thanks.
    • 03.08.2019
    • 1251views
    • 5comments
    0
  • Steve
    Level 9
    Denver
    Question about the task Software update
    Java Syntax, Level 8, Lesson 11
    Resolved
    Program is working,, I am not meeting the first and fourth requirements.Program is working fine,, I am not meeting the first and fourth requirements.
    • 17.08.2019
    • 1074views
    • 2comments
    0
  • Sven
    Level 19
    Hanover
    Question about the task GCD
    Java Core, Level 4, Lesson 8
    Under discussion
    I can't see the problem here. Infinite loop?When I run this, it works without any problems. But as soon as I do the validation I get "The program ran too long and was closed" . Any ideas?
    • 16.08.2019
    • 1218views
    • 1comment
    0
  • Vikrant.
    Level 1
    Columbus
    Question about the task Task about algorithms
    Java Syntax, Level 5, Lesson 12
    Archived
    Last Condition?My Solution works fine but it is not meeting the last condition. Any idea, why?
    • 16.08.2019
    • 970views
    • 2comments
    0
  • gmb55
    Level 25
    Tarnów
    Question about the task Sequential file output
    Java Core, Level 6, Lesson 13
    Resolved
    Variable in while loop from run() methodHi, I deleted last request because I didn't knew how to edit it. AzjaLevel 30 , Krakow 36 minutes ago Your code is working fine and "end" variable is updated but it is recommended to use "StringBuilder class" for string concatenation and it should use "getFileContents method" in "run method" becaus
    • 19.08.2019
    • 1805views
    • 4comments
    0
  • Michael Davis
    Level 11
    Mount Laurel
    Question about the task Minesweeper (Part 3/16)
    Games, Level 0, Lesson 0
    Under discussion
    I'm declaring the constructor what am I missing?package com.codegym.games.minesweeper; public class GameObject { public int x; public int y; GameObject (int x, int y) { } }
    • 17.08.2019
    • 1639views
    • 1comment
    0
  • Itachi
    Level 16
    Brooklyn
    Question about the task Minesweeper (Part 4/16)
    Games, Level 0, Lesson 0
    Under discussion
    The createGame() method must be called in the initialize() method.
    • 24.07.2019
    • 1624views
    • 2comments
    0
  • Joy Majumdar
    Level 16
    Kolkata
    Question about the task Factorial
    Java Core, Level 5, Lesson 12
    Under discussion
    Can't get it rightHelp
    • 16.08.2019
    • 1096views
    • 1comment
    0
  • Brandon Nicolle
    Level 5
    Edmonton
    Question about the task 18+
    Java Syntax, Level 4, Lesson 6
    Under discussion
    Question about SyntaxHello, So I know I can max this program work as intended by switching my nameCheck and ageCheck scanners so that it checks for a string first. I'm just wondering if there anyway to bypass having to put them in order to avoid errors. Obviously when you're coding you don't know when and what order yo
    • 18.08.2019
    • 1568views
    • 1comment
    0
  • Brandon Nicolle
    Level 5
    Edmonton
    Question about the task Multiplication table
    Java Syntax, Level 4, Lesson 10
    Under discussion
    Can my code be cleaner?This seems to work, I'm just wondering if it could be any cleaner or more compact?
    • 18.08.2019
    • 1060views
    • 1comment
    0
  • Mykhailo Kuvshynov
    Level 8
    Dnipro
    Question about the task Closest to 10
    Java Syntax, Level 4, Lesson 4
    Resolved
    Whats wrong?can't figure out the problem :(
    • 18.08.2019
    • 1055views
    • 1comment
    2
  • Ivan Robert Vecerina
    Level 8
    Warrington
    Question about the task Checking the order
    Java Syntax, Level 7, Lesson 9
    Resolved
    I don't understand what's wrong with my code. Please HelpSo I came up with this code but I really got no idea what part is messing it up. Spent over a day with several breaks tryna crack it but can't.
    • 17.08.2019
    • 1560views
    • 2comments
    0
  • Divyansh
    Level 4
    Mathura
    Question about the task What's the cat's name?
    Java Syntax, Level 4, Lesson 2
    Under discussion
    Please Help !Whats the problem ?
    • 11.07.2019
    • 1451views
    • 3comments
    0
  • Yashi Gupta
    Level 17
    Delhi
    Question about the task Playing Javarella
    Java Syntax, Level 7, Lesson 9
    Under discussion
    Please tell me where i'm wrong?Please tell me where i'm wrong?
    • 14.08.2019
    • 1166views
    • 4comments
    0
  • Bartek J.
    Level 13
    Zielona Góra
    Question about the task Drawing a rectangle
    Java Syntax, Level 4, Lesson 13
    Resolved
    What is wrong ?Hey, Could u tell me what is wrong in my code ? It works properly.
    • 18.08.2019
    • 1369views
    • 1comment
    0
  • Bartek J.
    Level 13
    Zielona Góra
    Question about the task Jen or Jen?
    Java Syntax, Level 4, Lesson 6
    Resolved
    Problem with : If the names are identical, display "The names are identical"My code works great, but one Condition is not checked "If the names are identical, display "The names are identical". Does someone know why?
    • 17.08.2019
    • 1388views
    • 2comments
    0
  • Ahmed
    Level 23
    Amsterdam
    Question about the task To the top of the list
    Java Syntax, Level 7, Lesson 6
    Resolved
    Don't know why it still doesn't accept the answer Can anyone explain why it still doesn't accept my answer? When i run the application locally it does what i expected. Thanks!
    • 06.05.2019
    • 1830views
    • 6comments
    0
  • Joy Majumdar
    Level 16
    Kolkata
    Question about the task OOP: Method overloading
    Java Core, Level 5, Lesson 12
    Under discussion
    Wheres's the problem ?Can't get
    • 09.08.2019
    • 1076views
    • 1comment
    0
  • gmb55
    Level 25
    Tarnów
    Question about the task Following a pattern
    Java Core, Level 6, Lesson 13
    Resolved
    2.5s? What is wrong with this 2.5s?
    • 17.08.2019
    • 1494views
    • 1comment
    0
  • Talha
    Level 5
    Lahore
    Question about the task Escaping characters
    Java Syntax, Level 3, Lesson 6
    Resolved
    com/codegym/task/task03/task0316/Solution.java:13: error: reached end of file while parsing } ^What should I do to finish this error?
    • 08.08.2019
    • 1287views
    • 1comment
    0
  • Patrick Lao
    Level 2
    Question about the task Implement the print method
    Java Syntax, Level 2, Lesson 1
    Under discussion
    My code does not match the 5th requirement. Need help. 1. Under 'public static void print(String s)', I have type in once: System.out.println("Java is easy to learn!"); System.out.println("Java opens many opportunities"); In the display, it showed 4 strings. Then why the 5 requirement is failing? 2. also what is the difference between public static v
    • 06.08.2019
    • 1370views
    • 3comments
    0
  • codeJavaster
    Level 15
    Goeteborg
    Question about the task Cats should not be abstract!
    Java Core, Level 2, Lesson 6
    Under discussion
    How do I use getName method?Could someone explain please?
    • 07.08.2019
    • 1195views
    • 1comment
    0
  • 1
  • ...
  • 286
  • 287
  • 288
  • 289
  • 290
  • ...
  • 372
Learn
  • Registration
  • Java Course
  • Help with Tasks
  • Pricing
  • Java Syntax
Community
  • Users
  • Articles
  • Forum
  • Chat
  • Success Stories
  • Activity
  • Affiliate Program
Company
  • About us
  • Contacts
  • Reviews
  • Press Room
  • CodeGym for EDU
  • FAQ
  • Support
CodeGym CodeGym is an online course for learning Java programming from scratch. This course is a perfect way to master Java for beginners. It contains 1200+ tasks with instant verification and an essential scope of Java fundamentals theory. To help you succeed in education, we’ve implemented a set of motivational features: quizzes, coding projects, content about efficient learning, and a Java developer’s career.
Follow us
Interface language
English
Deutsch Español हिन्दी Français Português Polski বাংলা 简体中文 मराठी தமிழ் Italiano Bahasa Indonesia 繁體中文 Nederlands 日本語 한국어 Bulgarian Danish Hungarian Basa Jawa Malay Norwegian Romanian Swedish Telugu Thai Українська Filipino Turkish Azərbaycan Русский Vietnamese
Programmers Are Made, Not Born © 2025 CodeGym
MastercardVisa
Programmers Are Made, Not Born © 2025 CodeGym