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
  • Ovo Leslie
    Level 26
    Lagos
    Question about the task Shuffled just in time
    Java Syntax, Level 7, Lesson 12
    Under discussion
    I'm lost hereI can't seem to be able to even initialize N and M right. I have looked at answers to other questions and tried them but nothing seems to work. My code seems to almost work. Need to know what I'm missing here.
    • 03.09.2019
    • 1327views
    • 1comment
    0
  • Andriy
    Level 22
    Toronto
    Question about the task Reading a file
    Java Core, Level 3, Lesson 11
    Archived
    "The program displays too few lines." What is wrong?
    • 03.09.2019
    • 1501views
    • 2comments
    0
  • Jesús de Llera
    Level 23
    Badajoz
    Question about the task Fix the bug. Comparing objects
    Java Multithreading, Level 1, Lesson 5
    Archived
    I believe my code is working, but still can't satisfy one last requirementI have tested the code changing the value of the properties to null, etc. And it gives me the correct result. Any hint? Thanks
    • 02.09.2019
    • 1185views
    • 1comment
    0
  • Henry
    Level 6
    Stuttgart
    Question about the task Sam I Am
    Java Syntax, Level 3, Lesson 6
    Resolved
    someboby helpI do not what else to do.Can someone help?
    • 30.08.2019
    • 1470views
    • 2comments
    0
  • Denis
    Level 22
    Kharkiv
    Question about the task Janitorial services
    Java Core, Level 4, Lesson 8
    Under discussion
    need help plsgive me the code pls
    • 26.06.2019
    • 978views
    • 1comment
    0
  • ddi
    Level 18
    Dortmund
    Question about the task Computer
    Java Core, Level 4, Lesson 8
    Resolved
    What am i missing?The constructors are created, or am i wrong? The parameters are the correct ones?
    • 29.08.2019
    • 1496views
    • 2comments
    0
  • Nicolas Huet
    Level 41
    Provins
    Question about the task Phone number verification
    Java Multithreading, Level 2, Lesson 13
    Under discussion
    I tested all conditions explicitly written...It still not pass the verification. I may have overlooked something but I'm pretty sure I tested all the conditions that are EXPLICITELY written... Can someone help me? I hate leaving undone tasks like that.
    • 14.08.2019
    • 1435views
    • 1comment
    0
  • Anoop Negi
    Level 15
    Meerut
    Question about the task Visitors
    Java Core, Level 2, Lesson 12
    Resolved
    please help me. give some reference to this taskHow to solve this . what should i learn or understand to solve this task
    • 13.11.2018
    • 1840views
    • 6comments
    0
  • Nicolas Huet
    Level 41
    Provins
    Question about the task Building a file
    Java Core, Level 8, Lesson 11
    Under discussion
    I don't even have the first condition fullfiled....I can't really know where could be other problems since I can't even validate the first condition even tho when I test it it's obviously working juste fine for that part. If there are still people on the website since payment, can I have help?
    • 22.06.2019
    • 1087views
    • 1comment
    0
  • shovan
    Level 22
    Kolkata
    Question about the task OOP: Arrange interfaces
    Java Core, Level 5, Lesson 2
    Under discussion
    how to solveit says identifier expected
    • 01.09.2019
    • 1116views
    • 2comments
    0
  • Maciej
    Level 4
    Kościerzyna
    Under discussion
    Problem with Snake Game package com.codegym.games.snake; import com.codegym.engine.cell.*; public class SnakeGame extends Game{ public static final int WIDTH = 15; public static final int HEIGHT = 15; int width = 20; int height = 20; public void initialize(){ setScreenSize(WIDTH,HEIGH
    • 16.08.2019
    • 1596views
    • 1comment
    0
  • Tumelo Mohlala
    Level 36
    Johannesburg
    Question about the task Find the bugs
    Java Core, Level 10, Lesson 10
    Under discussion
    What am I missing?This fails the last requirement, what am I missing.
    • 06.08.2019
    • 1466views
    • 1comment
    0
  • preeti ranjan parida
    Level 18
    Bangalore
    Question about the task Reading a file
    Java Core, Level 3, Lesson 11
    Archived
    What is wrong here? It always ask to close file input stream..please guidepublic class Solution { public static void main(String[] args) { // write your code here InputStream fileinputstream =null; BufferedReader reader = new BufferedReader(new InputStreamReader(System.in)); try { String filePath = reader.readLine(); if
    • 29.06.2019
    • 2074views
    • 3comments
    0
  • ddi
    Level 18
    Dortmund
    Question about the task We all have a little cat in us…
    Java Core, Level 2, Lesson 12
    Resolved
    What am i missing?The answer is the correct, i do override the cat or am i mistaken? Can someone explain it! :)
    • 02.08.2019
    • 1148views
    • 5comments
    0
  • Vhusimuzi chauke
    Level 2
    Phalaborwa
    Question about the task Implement the print method
    Java Syntax, Level 2, Lesson 1
    Resolved
    implement the print methodThis is a brilliant course.I think if i manage to finish it i will a strong programmer.Unfortunately i am very new to programming,so i get completely lost at times when tasks ask about things not previously discussed.In this case ,iam lost totally because the qustion asks about the the print method,
    • 03.04.2019
    • 1895views
    • 2comments
    0
  • Henry
    Level 6
    Stuttgart
    Question about the task Hello, StarCraft!
    Java Syntax, Level 3, Lesson 4
    Resolved
    How can i do this?I need help with regards to this task.Thanks.
    • 30.08.2019
    • 1570views
    • 4comments
    0
  • Biplob
    Level 22
    কুমিল্লা
    Question about the task Parameterized interface
    Java Core, Level 3, Lesson 2
    Under discussion
    where is the problem?ckage com.codegym.task.task13.task1307; /* Parameterized interface */ public class Solution { public static void main(String[] args) throws Exception { } interface SimpleObject { SimpleObject getInstance(); } class StringObject implements SimpleObject //write your
    • 08.06.2019
    • 1338views
    • 2comments
    0
  • Richard Han
    Level 4
    Lipa
    Question about the task Do we have a pair?
    Java Syntax, Level 4, Lesson 4
    Under discussion
    how to compare 3 numbers?agh! please help! I can't seen to get it right!
    • 13.09.2018
    • 4661views
    • 9comments
    0
  • Anjali Sharma
    Level 6
    Chennai
    Question about the task Describing numbers
    Java Syntax, Level 4, Lesson 7
    Archived
    What's wrongDebug
    • 03.10.2018
    • 1432views
    • 8comments
    0
  • Bartek J.
    Level 13
    Zielona Góra
    Resolved
    Premium Pro intershipHi, I got a question. If i buy a premium pro, will get this intership right away ? How does it work ? "Opportunity to participate in an online internship An online internship is a great way to get hands-on experience (for a fee) ..." This is only an opprotunity that all people with premium pro get
    • 02.09.2019
    • 1075views
    • 1comment
    0
  • Azhar Iqbal
    Level 18
    Multan
    Question about the task OOP: Animal inheritance
    Java Core, Level 5, Lesson 2
    Under discussion
    Everything works perfectly fine .but not verified A little hint is appreciated.
    • 01.10.2018
    • 1747views
    • 3comments
    0
  • Matjes
    Level 12
    Prague
    Question about the task R or L
    Java Syntax, Level 7, Lesson 9
    Resolved
    Cannot fulfill 2nd and 3rd conditions, please helpMy code does not fulfill the 2d and 3rd conditions. Can please somebody help me how to resolve this? Thank you!
    • 01.09.2019
    • 1226views
    • 2comments
    0
  • waseem khan
    Level 13
    Rawalpindi
    Question about the task Functionality is not enough!
    Java Syntax, Level 10, Lesson 11
    Under discussion
    help please ?Why not the last condition is verifying ? It says that if an empty string is entered after the number then it must also be displayed the program is doing so but can't find the error ?
    • 01.09.2019
    • 1011views
    • 1comment
    0
  • Hrishikesh Kalita
    Level 8
    Guwahati
    Question about the task Longest sequence
    Java Syntax, Level 8, Lesson 6
    Under discussion
    I am getting correct output but yet error message is being shown. Please Help!The Error Message : Be sure that the length of the longest sequence is calculated correctly when it is located at the end of the list of entered numbers. My Code: public static void main(String[] args) throws IOException { //write your code here BufferedReader r = new BufferedRea
    • 31.08.2019
    • 1300views
    • 3comments
    0
  • Bartek J.
    Level 13
    Zielona Góra
    Question about the task Drawing lines
    Java Syntax, Level 4, Lesson 13
    Resolved
    Don't know whats wrong.Any ideas? Prints correctly
    • 18.08.2019
    • 1312views
    • 2comments
    0
  • Manish
    Level 0
    Question about the task Minesweeper (Part 9/16)
    Games, Level 0, Lesson 0
    Under discussion
    Not able to complete last problemNot able to complete last problem
    • 08.08.2019
    • 1207views
    • 1comment
    0
  • Koniasz
    Level 22
    Warszawa
    Question about the task Minesweeper (Part 9/16)
    Games, Level 0, Lesson 0
    Under discussion
    Cant solve and dont understand last requirment..Any advice?
    • 09.08.2019
    • 1417views
    • 2comments
    0
  • Henry
    Level 6
    Stuttgart
    Question about the task Sam I Am
    Java Syntax, Level 3, Lesson 6
    Resolved
    hiI need help with the code. I do not know what am missing.Thanks.
    • 01.09.2019
    • 1217views
    • 1comment
    0
  • Aurora Velez
    Level 14
    Hermosillo
    Question about the task Come on, lucky seven!
    Java Syntax, Level 4, Lesson 4
    Resolved
    I don't understand what is wrong with the text I outputWhat am I missing?
    • 03.10.2018
    • 2253views
    • 8comments
    0
  • hidden #10444738
    Level 16
    Question about the task Functionality is not enough!
    Java Syntax, Level 10, Lesson 11
    Under discussion
    Wont verifyoutput is good, but it wont verify. Says i have mixed up the values???
    • 26.08.2019
    • 1312views
    • 3comments
    0
  • 1
  • ...
  • 282
  • 283
  • 284
  • 285
  • 286
  • ...
  • 371
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