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
  • Klin Sándor
    Level 10
    Toeroekbalint
    Question about the task Cat code won't compile
    Java Syntax, Level 7, Lesson 12
    Under discussion
    Why not satisfied my lovely PO?The program gives back the wanted results, all the time, and I typed exactly the same input as in it in the tests, and I got back the correct results. So?
    • 16.06.2019
    • 1126views
    • 1comment
    0
  • Lyudmil
    Level 1
    Sofia
    Under discussion
    There are 2 identical versions of the courseSince there are some slight differences in content, which version is better to follow - the one in the Home link, or the one in the Course page?
    • 16.06.2019
    • 851views
    • 1comment
    0
  • Pioniio
    Level 22
    Schaffhausen
    Question about the task Splitting a file
    Java Core, Level 8, Lesson 5
    Under discussion
    why is it not working with odd number of byteswhen the count of bytes is for example 7, my code writes 4 bytes to the file2 (from index 0 to 3) and 3 bytes to file3 (from index 4 to 6), why i receive verification error? what i'm missing here, pls help
    • 08.06.2019
    • 1032views
    • 1comment
    0
  • satish
    Level 15
    kadapa
    Question about the task Task No. 1 about integer type conversions
    Java Syntax, Level 10, Lesson 4
    Under discussion
    please anyone explain internal explanationhow the conversions are going
    • 01.06.2019
    • 1124views
    • 1comment
    0
  • Naina Gupta
    Level 20
    Kulu
    Question about the task Building a file
    Java Core, Level 8, Lesson 11
    Under discussion
    Cant figure out what i am doing wrong Pls help me figure out the bug
    • 29.05.2019
    • 924views
    • 1comment
    0
  • Pioniio
    Level 22
    Schaffhausen
    Under discussion
    Why we have both: the throws clause in main method and try-catch block? Task task0908 Exception while working with strings: As i understood from the lesson 4 we handle exceptions in either throw clause (here: public static void main(String[] args) throws Exception) or with try-catch block. Why we have both in this example? thank you
    • 27.05.2019
    • 895views
    • 1comment
    0
  • Sanchita Manocha
    Level 1
    Sydney
    Under discussion
    Java learning pathI know basic java..i want to learn commercial level java. Can somebody please list the topics that i should start reading.. I am a tester i know the names like mvc microservices..spring hibernation..docker..getlin. If you can provide the sample java projects development steps by steps Moreover i am
    • 03.05.2019
    • 1071views
    • 1comment
    0
  • Satya Vath
    Level 31
    Vijayawada
    Question about the task Finding data inside a file
    Java Core, Level 8, Lesson 11
    Under discussion
    Where is The MistakePlease Help
    • 19.04.2019
    • 1203views
    • 1comment
    0
  • towelie8
    Level 16
    Darmstadt
    Question about the task Arithmetic mean
    Java Syntax, Level 5, Lesson 5
    Resolved
    too stupid`?mäh
    • 14.11.2019
    • 1031views
    • 1comment
    0
  • Justyna C-a
    Level 3
    Szczecin
    Under discussion
    IntelliJ plugin is not working :(Unknown error java.lang.IllegalArgumentException: No enum constant com.homework.plugin.dialog.TheNewTaskChooserDialog.Quest.QUEST_JAVA_SYNTAX_PL at java.base/java.lang.Enum.valueOf(Enum.java:240) at com.homework.plugin.dialog.TheNewTaskChooserDialog$Quest.valueOf(TheNewTaskChooserDialog.java:419)
    • 07.11.2019
    • 1629views
    • 2comments
    2
  • ardon polukoff
    Level 9
    Lakeland
    Question about the task Values on the screen!
    Java Syntax, Level 8, Lesson 3
    Resolved
    unable to clear last reqirementI am unable to clear the last requirement. I know that the values are displaying. I changed the values to be unique from the keys and they output correctly. The code worked properly in the previous lesson for displaying the list of keys.
    • 13.11.2019
    • 1274views
    • 3comments
    0
  • Lakshmanan Subramanian
    Level 16
    Question about the task Longest string
    Java Syntax, Level 7, Lesson 6
    Archived
    read 5 strings from the keyboard issuesThe output is coming as expected, but the task is not getting thru Please let me know the issues in the code
    • 12.11.2019
    • 1080views
    • 2comments
    0
  • ashgolan
    Level 8
    Ashdod
    Question about the task In decreasing order
    Java Syntax, Level 7, Lesson 12
    Under discussion
    I dont understand this error ??can anybody help me about this error ? " no suitable method found for sort(int[],java.util.Comparator) method java.util.Arrays.sort(T[],java.util.Comparator) is not applicable (inference variable T has incompatible bounds equality constraints: int upper bounds: java.lang.Object) method java.util.Ar
    • 09.11.2019
    • 2909views
    • 5comments
    0
  • Przemek
    Level 9
    Poznan
    Question about the task Streets and houses
    Java Syntax, Level 7, Lesson 4
    Archived
    What's the problem?Hello, Unfortunately I don't know where the problem is. The program counts the number of inhabitants correctly. I am asking for a hint :) Thanks for :)
    • 14.11.2019
    • 915views
    • 1comment
    0
  • Evghenii Seremet
    Level 41
    London
    Question about the task Build a WHERE query
    Java Multithreading, Level 2, Lesson 9
    Resolved
    Be sure that the values following equal signs are wrapped in single quotes.This is what validator suggests to check. But as i can see they are present. Any idea guys?
    • 12.11.2019
    • 1431views
    • 5comments
    0
  • Olaf Vilhelm
    Level 4
    Tranbjerg
    Question about the task Even to the moon!
    Java Syntax, Level 2, Lesson 8
    Under discussion
    What am i doing wrong?I get the right answer, and i don't see what i am doing wrong.. Please help :)
    • 18.07.2019
    • 2098views
    • 3comments
    0
  • Alexandru Ovcinicov
    Level 15
    London
    Question about the task A name is a name
    Java Syntax, Level 4, Lesson 16
    Resolved
    Here is the Solution for ERROR.This problem looked to me a bit unflexible from dev point of view, but the reason error occured is because you need to follow the sequence of reading values: 1) read name 2) read yyyy 3) read mm 4) read dd Other than that, with the printing everyne was doing fine. Use the keyboard to enter a nam
    • 25.06.2019
    • 967views
    • 1comment
    1
  • Niladri pradhan
    Level 33
    Mumbai
    Question about the task Chat (part 8)
    Java Multithreading, Level 6, Lesson 15
    Resolved
    last 4 conditionsplease help
    • 11.11.2019
    • 1147views
    • 3comments
    0
  • Anthony Chalk
    Level 30
    London
    Question about the task Software update
    Java Syntax, Level 8, Lesson 11
    Resolved
    Don't know what's wrongWhen I run the program it finishes with exit code 0 but doesn't display anything
    • 13.11.2019
    • 1247views
    • 2comments
    0
  • towelie8
    Level 16
    Darmstadt
    Question about the task Labels and numbers
    Java Syntax, Level 4, Lesson 7
    Resolved
    Can somebody help me pls....?????!meow
    • 13.11.2019
    • 1321views
    • 2comments
    0
  • Niladri pradhan
    Level 33
    Mumbai
    Question about the task Encryption
    Java Core, Level 8, Lesson 11
    Under discussion
    whats wrong with decryptionplease help
    • 30.08.2019
    • 1108views
    • 1comment
    0
  • Sparsh Tomar
    Level 0
    India
    Question about the task 2048 (Part 1/18)
    Games, Level 0, Lesson 2
    Under discussion
    Codgym plugin installI have downloaded zip and zar file of codgym plugin but how to install and use them?
    • 31.08.2019
    • 1271views
    • 1comment
    0
  • Payal Agarwal
    Level 17
    Bucharest
    Under discussion
    Creating new file using ipadI am using ipad to access this app. I am unable to create a new file in any task using ipad. Is it the editor problem. Please suggest or help.
    • 16.08.2019
    • 1124views
    • 1comment
    0
  • Vipin Gupta
    Level 2
    gwalior
    Question about the task Implement the print method
    Java Syntax, Level 2, Lesson 1
    Under discussion
    please help me to solved out this code /* Implement the print method
    • 08.11.2019
    • 1019views
    • 3comments
    0
  • Krunoslav Krainović
    Level 16
    Question about the task User, loser, coder and programmer
    Java Core, Level 4, Lesson 8
    Under discussion
    One solution works and other not,but i get the same resultthis wont work public static void doWork(Person person) { // Item 3 if(person instanceof Person.User){ Person.User user = new Person.User(); user.live(); } else if(person instanceof Person.Loser){ Person.Loser user = new Perso
    • 09.11.2019
    • 918views
    • 1comment
    0
  • Anthony Chalk
    Level 30
    London
    Question about the task Working with dates
    Java Syntax, Level 8, Lesson 11
    Under discussion
    Not sure what to doI feel that the approach I've gone for is a little round-about, I've also seen simpler solutions in other questions; can anyone help me see where I've gone wrong with my code please. Thanks
    • 13.11.2019
    • 864views
    • 1comment
    0
  • Jason
    Level 16
    Question about the task Checking the order
    Java Syntax, Level 7, Lesson 9
    Resolved
    Runs fine and gives answer but validation says infinite loop.not sure why this gives me an infinite loop error. I run it locally in IntelliJ as well as here and it gives me the correct answer each time. Validation fails and it says "looks like you have an infinite loop"... I don't see how since the code finishes and exits each time.
    • 13.11.2019
    • 988views
    • 2comments
    0
  • ashgolan
    Level 8
    Ashdod
    Question about the task HashMap of cats
    Java Syntax, Level 8, Lesson 3
    Resolved
    whats the problem please ? whats the problem please ?
    • 13.11.2019
    • 1320views
    • 2comments
    0
  • Cristian
    Level 16
    Bucharest
    Question about the task Shuffled just in time
    Java Syntax, Level 7, Lesson 12
    Under discussion
    What is wrong with my code? Thanks a lot!package com.codegym.task.task07.task0720; //import java.io.BufferedReader; import java.io.IOException; //import java.io.InputStreamReader; import java.util.Scanner; import java.util.ArrayList; /* Shuffled just in time */ public class Solution { public static void main(String[] args) throws I
    • 12.11.2019
    • 1456views
    • 2comments
    0
  • hornswong
    Level 4
    Seattle
    Under discussion
    Why did I purchase the subscription service with paypal, but the account is still no subscription?please helpplease help me
    • 12.11.2019
    • 829views
    • 3comments
    0
  • 1
  • ...
  • 257
  • 258
  • 259
  • 260
  • 261
  • ...
  • 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