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
  • Catherine
    Level 23
    London
    Question about the task Rule of the triangle
    Java Syntax, Level 4, Lesson 4
    Under discussion
    Last condtion not being met and I don't know whythe program complies, and I can rewrite so the second to last condition is not met, but I cannot figure out how to make them both met at the same time. What is wrong with my code?
    • 07.05.2020
    • 585views
    • 1comment
    0
  • adevalebrook
    Level 9
    Chisinau
    Question about the task Even and odd digits
    Java Syntax, Level 6, Lesson 5
    Resolved
    Solution is correct. Why program said it's not correct. PLEASE, HELP!Solution is correct. Why program said it's not correct. PLEASE, HELP! What is the problem with my code?
    • 25.11.2019
    • 1328views
    • 7comments
    0
  • NOBODY
    Level 5
    Question about the task Crossing the road blindly
    Java Syntax, Level 4, Lesson 4
    Under discussion
    hellopls help
    • 07.05.2020
    • 617views
    • 2comments
    0
  • NOBODY
    Level 5
    Question about the task Somehow average
    Java Syntax, Level 4, Lesson 16
    Under discussion
    help please
    • 07.05.2020
    • 550views
    • 1comment
    0
  • Henry Yao
    Level 22
    Pasadena
    Question about the task Longest string
    Java Syntax, Level 7, Lesson 6
    Archived
    output correct ? output correct but failed the last 2 requirements. please help
    • 17.03.2020
    • 1268views
    • 3comments
    0
  • UMID Narziyev
    Level 20
    Tashkent
    Question about the task Reading and writing to a file: Human
    Java Core, Level 10, Lesson 2
    Under discussion
    Can anyone explain me What should I do here? I completely lost here.I dont understand what is the task all about.
    • 07.09.2019
    • 1290views
    • 3comments
    0
  • Wojtek
    Level 23
    Solec-Zdroj
    Question about the task One large array and two small ones
    Java Syntax, Level 7, Lesson 4
    Under discussion
    need helpCan you explain me how to fill arraycopy function?
    • 09.01.2019
    • 1685views
    • 3comments
    0
  • Anthony Chalk
    Level 30
    London
    Question about the task Minesweeper (Part 2/16)
    Games, Level 0, Lesson 0
    Under discussion
    please helpI don't understand why the last condition hasn't been met. Please help Thanks
    • 17.08.2019
    • 1514views
    • 3comments
    1
  • Antonia
    Level 10
    Question about the task String array in reverse order
    Java Syntax, Level 7, Lesson 4
    Under discussion
    please help??
    • 23.07.2019
    • 1343views
    • 4comments
    0
  • Dinesh
    Level 7
    Delhi
    Question about the task Predictions
    Java Syntax, Level 3, Lesson 8
    Under discussion
    Last condition not Satisfied import java.io.*; public class Solution { public static void main(String[] args) throws Exception { //write your code here InputStream inputstream = System.in; Reader inputStreamReader = new InputStreamReader (inputstream); BufferedReader bufferedReader = new Buf
    • 06.05.2020
    • 413views
    • 3comments
    0
  • Shermy
    Level 1
    Marietta
    Resolved
    Where do you code on javacant seem to find it
    • 06.05.2020
    • 378views
    • 4comments
    0
  • Lex Medeiros
    Level 18
    San Jose
    Question about the task Minimum and Maximum
    Java Core, Level 1, Lesson 11
    Resolved
    It does not verifyI tried to bubble sort, array.sort and it does not verify. Any other ideas? Or, can you tell me what I am doing wrong? How can I get the minimum and maximum without sorting the array? It seems I can not modify it.
    • 23.04.2019
    • 1923views
    • 9comments
    1
  • Rolphson S
    Level 2
    New York City
    Question about the task Crazy eights
    Java Syntax, Level 2, Lesson 5
    Resolved
    I need help? I dont know what is wrong with my program.It is saying that I have few variables . How?
    • 06.05.2020
    • 947views
    • 2comments
    0
  • Rolphson S
    Level 2
    New York City
    Question about the task Pets need people
    Java Syntax, Level 2, Lesson 5
    Under discussion
    Can anyone please help me?What is wrong with this program I have all the components that I need but its still showing up as error. Please help!!
    • 06.05.2020
    • 549views
    • 2comments
    0
  • Angelo Spampinato
    Level 18
    Boston
    Question about the task Longest string
    Java Syntax, Level 7, Lesson 6
    Archived
    Not Sure Why Last Two Tests are FailingMy code seems to do the exercise requirements correctly but I'm failing the last two tests. Could anyone help me out with what's wrong? Thank you.
    • 06.05.2020
    • 349views
    • 1comment
    0
  • Lukaluk
    Level 8
    Świętochłowice
    Question about the task Creating cats
    Java Syntax, Level 5, Lesson 9
    Resolved
    Anybody?Hi Thank you in advance
    • 28.05.2019
    • 1644views
    • 5comments
    0
  • Adam Maichrzik
    Level 22
    Katowice
    Question about the task Counting words
    Java Core, Level 9, Lesson 5
    Resolved
    Looking for a help :):)
    • 04.05.2020
    • 1042views
    • 6comments
    0
  • Henrique
    Level 41
    São Paulo
    Question about the task Checking the order
    Java Syntax, Level 7, Lesson 9
    Under discussion
    Program verified correctly, but error occurs when the list is ordered by increasing string lengthThe program works fine, but if the 3rd condition is true (i.e. the list is ordered by increasing string length), the following error occurs: java.lang.NullPointerException at com.codegym.task.task07.task0718.Solution.main(Solution.java:25) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Met
    • 06.05.2020
    • 481views
    • 1comment
    0
  • Mykhailo Kuvshynov
    Level 8
    Dnipro
    Question about the task Ascending numbers
    Java Syntax, Level 6, Lesson 11
    Under discussion
    It works but conditions are still declining itit works correctly
    • 02.09.2019
    • 1421views
    • 2comments
    0
  • Berkson
    Level 17
    Fortaleza
    Question about the task Ascending numbers
    Java Syntax, Level 6, Lesson 11
    Resolved
    What's the matter.I have certain that the result is ok.... try the code.. I only used a treeSet to sort automatically.
    • 21.05.2019
    • 2020views
    • 3comments
    0
  • Kairos
    Level 7
    Paris
    Question about the task Ascending numbers
    Java Syntax, Level 6, Lesson 11
    Under discussion
    What is causing this to fail ?Thank you in advance
    • 01.05.2019
    • 2053views
    • 4comments
    0
  • MLA
    Level 16
    Philadelphia
    Question about the task Longest sequence
    Java Syntax, Level 8, Lesson 6
    Under discussion
    Code fails "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. " even though output succeeds.Code compiles properly and gets the right output, but it still produces the "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" note and fails the last point. Anyone see what I'm missing?
    • 29.04.2020
    • 775views
    • 2comments
    0
  • sirisha karanki
    Level 10
    Question about the task Words in reverse
    Java Syntax, Level 7, Lesson 9
    Under discussion
    everything is working ,where it goes wrongplzzz help meeee
    • 06.05.2020
    • 883views
    • 5comments
    0
  • Kisszol
    Level 15
    Toeroekbalint
    Question about the task Bridges
    Java Core, Level 4, Lesson 8
    Under discussion
    Sistemo ne akceptas mian solvon - System does not accept my solutionGlobalo Esperanto -> Saluton ! Mi havas probleman kun la sistemo. La sistemo havas kuriozan eraron, sed mi ne komprenas kial. Bonvolu helpu min. Local english -> Hi ! I have a problem with the system. The system does have a curious error message, but I don't know why. Please help me.
    • 27.04.2019
    • 1319views
    • 4comments
    0
  • Steve Bennett
    Level 18
    Stoneleigh
    Under discussion
    it works but fails and i just don't know why!Why is this failing please, i'm sorry if it has been answered before , i've tried looking but the codes vary so much and mine works so there must be something stupid i've missed. Thank you in advance the help on this site has definitely got me this far! package com.codegym.task.task07.task0716; i
    • 06.05.2020
    • 660views
    • 6comments
    0
  • Manish Sinha
    Level 1
    london
    Question about the task Counting words
    Java Core, Level 9, Lesson 5
    Resolved
    please help me with error hereNot able to know what is going wrong. i tried many possibilites but it passes all. @codegym, could you help me with the test cases you are testing with to know the root cause.?
    • 06.05.2020
    • 536views
    • 4comments
    2
  • Kamil K
    Level 41
    Poznań
    Resolved
    I can't go to the next part of the course.Hello World, i have one problem. Im ended first part of the course, but the second part is locked. Why? What I must done for unlock second part? Merry Christmas!
    • 23.12.2019
    • 764views
    • 1comment
    0
  • Catherine
    Level 23
    London
    Question about the task Rule of the triangle
    Java Syntax, Level 4, Lesson 4
    Under discussion
    Why won't the last condition If a triangle with the specified sides cannot exist, you need to display: "The triangle is not possible." pass successfully.My code is below. it is giving me the correct answer and complies without error, but the system is saying the last condition is not met. Help! package com.codegym.task.task04.task0415; /* Rule of the triangle */ import java.io.*; public class Solution { public static void main(String[] args
    • 05.05.2020
    • 571views
    • 2comments
    0
  • Tahsin Anam
    Level 12
    Helsinki
    Question about the task Minimum number of statics
    Java Syntax, Level 6, Lesson 11
    Resolved
    Two questions about the codes.1. What does the new Solution().method1() do. Create a new object? but what is the name of the newly created object? 2. What does main(null); do here? Where should the program look for the main method?
    • 30.04.2020
    • 1294views
    • 5comments
    0
  • Van Ha
    Level 41
    Bodegraven
    Question about the task Sokoban (part 16)
    Java Collections, Level 10, Lesson 15
    Resolved
    Not verifying I believe I loaded all the GameObjects from the right level, but it's not verifying?
    • 01.05.2020
    • 813views
    • 1comment
    0
  • 1
  • ...
  • 197
  • 198
  • 199
  • 200
  • 201
  • ...
  • 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