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
  • Rafal Pawlowski
    Level 15
    Swaythling
    Question about the task Task about algorithms
    Java Syntax, Level 9, Lesson 11
    Resolved
    Not close enoughThe displayed words should be sorted in ascending order (using the provided isGreaterThan method). In my opinion program does display words in ascending order. PS: I have used .toLowerCase() because while I have tested it with different input (Cherry 1 a 3 Apple 22 0 Watermelon) it did not worked
    • 21.06.2020
    • 911views
    • 4comments
    0
  • Joan Ushie
    Level 4
    calabar
    Question about the task Minimum of two numbers
    Java Syntax, Level 2, Lesson 8
    Resolved
    please help wrong last requirement ,it's returning the minimum number in the output but my last requirement is not met help
    • 25.07.2020
    • 857views
    • 2comments
    0
  • Mohammed Amine EL AMRANI
    Level 11
    Rabat
    Under discussion
    Plugin bug with intellij version 2019Hello, I have an issue with the plugin after the update to 2019 when i click on verify task nothings happen and the condition its not like usual
    • 29.03.2019
    • 1332views
    • 6comments
    1
  • MakinTosH
    Level 20
    Vilnius
    Question about the task Clew
    Java Core, Level 6, Lesson 13
    Under discussion
    Can't implement Message interface?Why do I get this message? Thread 4 in the threads list must implement the Message interface.
    • 08.05.2019
    • 1409views
    • 5comments
    0
  • Pighost
    Level 17
    Warszawa
    Resolved
    I have problem with IntelJ IDEA.I cant open tasks. I mean I can open the task but there is no page with description what to do... it happend after i updated IntelJ IDEA. There was everything allright before it. java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel at com.homework.plugin.TestEditor.(TestEditor.java:44) at
    • 29.07.2020
    • 540views
    • 1comment
    0
  • sagar
    Level 7
    Question about the task Let's put together a rectangle
    Java Syntax, Level 5, Lesson 7
    Under discussion
    Please help I can't figure it out plz help me with that
    • 29.07.2020
    • 618views
    • 1comment
    0
  • Catherine
    Level 23
    London
    Question about the task Minimum of N numbers
    Java Syntax, Level 8, Lesson 11
    Resolved
    Answer is correct and code looks rightbut tasks won't validate.
    • 12.06.2020
    • 536views
    • 2comments
    0
  • Sahil
    Level 6
    Chicago
    Question about the task Rule of the triangle
    Java Syntax, Level 4, Lesson 4
    Resolved
    Not sure what Im missing to hit the fourth requirement. package com.codegym.task.task04.task0415; /* Rule of the triangle */ import java.io.*; import java.util.Scanner; public class Solution { public static void main(String[] args) throws Exception { Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int
    • 28.07.2020
    • 408views
    • 3comments
    0
  • Fabian Andiel
    Level 25
    Vienna
    Question about the task Different methods for different types
    Java Core, Level 5, Lesson 12
    Under discussion
    Every requirement works but it doesn`t verifyWhen I test the code in my Intelliji it works very well for every case but it still doesn`t verify all points. Where have I gone wrong?
    • 29.07.2020
    • 429views
    • 2comments
    0
  • Niraj Biswakarma
    Level 9
    Salem
    Question about the task Sam I Am
    Java Syntax, Level 3, Lesson 6
    Resolved
    no more!after 6 combination still want more! how?
    • 12.08.2018
    • 2157views
    • 4comments
    0
  • Margareta
    Level 13
    Dubrovnik
    Question about the task Number of letters
    Java Syntax, Level 10, Lesson 11
    Under discussion
    I'm not sure what's wrong with outputI think it's pretty messy, but it shows the correct output. Why does it fail the task?
    • 28.07.2020
    • 596views
    • 2comments
    0
  • sarthak pawar
    Level 19
    Nashik
    Question about the task GCD
    Java Core, Level 4, Lesson 8
    Under discussion
    why its not verifying the last condition?Anybody plz help.
    • 29.07.2020
    • 378views
    • 2comments
    0
  • Rostislav Mirga
    Level 24
    Kilkenny
    Question about the task Most frequent bytes
    Java Core, Level 8, Lesson 3
    Resolved
    Code getting the desired answer but 3rd requirement not validating? Tried running the code with a personal file and displayed the most frequent bytes separated by spaces but not verifying for some reason.
    • 27.07.2020
    • 481views
    • 1comment
    1
  • hidden #10338047
    Level 6
    Question about the task Hello, StarCraft!
    Java Syntax, Level 3, Lesson 4
    Resolved
    helpI don't understand what is wrong
    • 26.09.2018
    • 2241views
    • 5comments
    0
  • Brad Reed
    Level 19
    Hartford
    Question about the task R or L
    Java Syntax, Level 7, Lesson 9
    Under discussion
    Not sure where to go from here.Actual question today, not a proofreading error; I’m a little stumped. It says I need to remove “r” words but I did that, so I thought. I have a feeling it’s a logic order issue but it should work the output in the compiler is ok? Any help is gladly accepted,
    • 30.06.2020
    • 874views
    • 5comments
    0
  • Pranit Gade
    Level 9
    Mumbai
    Question about the task Escaping characters
    Java Syntax, Level 3, Lesson 6
    Under discussion
    Can someone help mi for this??What is the error??
    • 08.07.2020
    • 733views
    • 6comments
    2
  • Ankush Rajput
    Level 25
    Bhopal
    Question about the task Cloning plants
    Java Multithreading, Level 1, Lesson 8
    Resolved
    What's wrong ? Everything seems to be correct. Program correctly does a deep clone yet not verifying. Last requirement not passing.
    • 04.04.2019
    • 1549views
    • 4comments
    0
  • Stephen Haokip
    Level 8
    imphal
    Question about the task Static cats
    Java Syntax, Level 6, Lesson 11
    Resolved
    m stuck plis helpi dont know how to display cat objects
    • 12.06.2020
    • 671views
    • 5comments
    0
  • Inifome
    Level 10
    Delta
    Question about the task Minimum of four numbers
    Java Syntax, Level 2, Lesson 8
    Resolved
    .class expected error messagemy code is fine but the compiler keeps giving me an error code pointing at int a requiring a .class. please how do I fix this
    • 09.07.2020
    • 2183views
    • 3comments
    0
  • Shreyas Sadgir
    Level 11
    Pune
    Question about the task R or L
    Java Syntax, Level 7, Lesson 9
    Resolved
    cannot satisfy condition 2 and 3getting output as: love lyre love love . . please help...
    • 20.05.2020
    • 556views
    • 4comments
    0
  • Boberno1
    Level 1
    Question about the task Arkanoid (part 13)
    Java Multithreading, Level 3, Lesson 13
    Under discussion
    be sure about order of parameterspublic Ball(double x, double y, double speed, double direction) Constructor parameters must be in that order exactly. I've lost an hour.
    • 10.05.2020
    • 598views
    • 1comment
    0
  • Xavier
    Level 17
    Pearland
    Question about the task You can't buy friends
    Java Syntax, Level 5, Lesson 9
    Resolved
    I made the constructors similar to the initialize methods, but they're not being accepted.According to the lecture, "A constructor is similar to the initialize method, with just two differences: 1. The name of the constructor is the same as the class name (instead of initialize). 2. A constructor has no type (no type is indicated)."
    • 28.07.2020
    • 671views
    • 2comments
    0
  • Vivek
    Level 4
    Question about the task Sum of 5 numbers
    Java Syntax, Level 3, Lesson 4
    Under discussion
    answer to you! System.out.println(1); System.out.println(3); System.out.println(6); System.out.println(10); System.out.println(15);
    • 28.07.2020
    • 491views
    • 1comment
    0
  • Jason
    Level 26
    Rancho Cucamonga
    Question about the task Arkanoid (part 11)
    Java Multithreading, Level 3, Lesson 13
    Resolved
    I'm stuck again and I think I might be retarded here I am again unable to get something that is supposed to be seemingly simple and failing to get it to pass. I don't know what is wrong with me.
    • 27.01.2020
    • 1279views
    • 4comments
    2
  • David Haines
    Level 13
    La Crosse
    Question about the task Positive number
    Java Syntax, Level 4, Lesson 7
    Resolved
    I need some guidance please....I have been trying different things for 2 days now. Nothing I have tried seems to work. Below is how my code sits right now. I am failing the 3rd and 5th task requirements. Could somebody please tell me where my error(s) may be? //write your code here InputStream inputStream =
    • 06.06.2020
    • 727views
    • 6comments
    0
  • Baljinder Singh
    Level 20
    Toronto
    Question about the task Rule of the triangle
    Java Syntax, Level 4, Lesson 4
    Resolved
    Solution not getting verifiedI am pretty sure I have got the right solution but still it's not getting verified. Why is that?
    • 07.08.2018
    • 2856views
    • 8comments
    1
  • vamsi mokari
    Level 13
    Hyderabad
    Question about the task More Sam-I-Am
    Java Syntax, Level 7, Lesson 9
    Under discussion
    How to remove using listHow to remove using list
    • 23.07.2020
    • 722views
    • 2comments
    0
  • Ewerton
    Level 30
    Belo Horizonte
    Question about the task Snake (Part 18/20)
    Games, Level 0, Lesson 1
    Under discussion
    Snake[18/20] - Don't know the problemI wrote exactly what it tells me to do, and if you run, the snake doesn't move properly. If I write the right thing, and the game works fine, it doesn't checks either.
    • 09.07.2019
    • 2096views
    • 9comments
    0
  • sourav bamotra
    Level 20
    jammu
    Question about the task Remove and insert
    Java Syntax, Level 7, Lesson 6
    Resolved
    correct me please!!what i am doing wrong?
    • 27.07.2020
    • 570views
    • 7comments
    0
  • Aditya Ashtikar
    Level 8
    Kaul
    Question about the task Seasons on Terra
    Java Syntax, Level 4, Lesson 4
    Resolved
    This is eating my brain, none left, please help!!What is the problem here??
    • 02.08.2018
    • 2377views
    • 10comments
    0
  • 1
  • ...
  • 159
  • 160
  • 161
  • 162
  • 163
  • ...
  • 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