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
  • Hendra
    Level 8
    Medan
    Question about the task Minimum of four numbers
    Java Syntax, Level 2, Lesson 8
    Under discussion
    I am stuck with the last requirement ...advice plz...package com.codegym.task.task02.task0217;
    • 12.11.2019
    • 875views
    • 1comment
    0
  • Mohan Amilineni
    Level 22
    Brisbane
    Under discussion
    Intellij task issuesAm facing an issue while loading the tasks in intelliJ. Is plugin provided by code Gym team works there ? anyone faced the similar issue ? Also how do I link my account and levels in intellij.
    • 08.08.2019
    • 1022views
    • 1comment
    0
  • Anthony Chalk
    Level 30
    London
    Question about the task Escaping characters
    Java Syntax, Level 3, Lesson 6
    Under discussion
    HelpAs far as I can tell I've added all the necessary escape characters but it's still not working. Please help. Thank you
    • 08.08.2019
    • 958views
    • 2comments
    0
  • Niladri pradhan
    Level 33
    Mumbai
    Question about the task Minesweeper (Part 2/16)
    Games, Level 0, Lesson 0
    Under discussion
    task condition 4 couldn't metwhats wrong with the code please help.
    • 09.08.2019
    • 1154views
    • 1comment
    0
  • ddi
    Level 18
    Dortmund
    Question about the task Minesweeper (Part 5/16)
    Games, Level 0, Lesson 0
    Under discussion
    Last requirement help pls!Hi everyone, what am i missing in the last requirement?
    • 09.08.2019
    • 1444views
    • 1comment
    0
  • Meera
    Level 5
    Bantval
    Under discussion
    Task failed to pass even though getting correct outputpublic class Solution { public static void main(String[] args) { displayClosestToTen(8, 11); displayClosestToTen(7, 14); displayClosestToTen(8, 12); } public static void displayClosestToTen(int a, int b) { int num1 = 10 - a; int num2 = 10 - b;
    • 24.08.2019
    • 1025views
    • 1comment
    0
  • aadta4
    Level 1
    Mogadishu
    Under discussion
    How can i skip some levels (lessons) in order to practice the topics i'm interested in? Hey aliens, i'm not a newbie and i was wondering to practice some topics i'm learning right now? All i see now is 'locked' and noway to unlock it unless i go through all lessons (which i can't because i already know). please help.
    • 03.05.2019
    • 1085views
    • 1comment
    1
  • ilian44
    Level 30
    Veliko Turnovo
    Question about the task Going national
    Java Syntax, Level 8, Lesson 11
    Archived
    Strange behaviour of javaHi there, I noticed this issue of the java compiler and cant understand why .. ? So if there is an empty element in the array, it does not goes to the if statement?? {"", "", "", "sam","i","am."} array[i].equals(empty) || array[i].equals(empty1) BufferedReader reader = new BufferedReader(new
    • 31.08.2019
    • 936views
    • 1comment
    0
  • Jonathan Feller
    Level 17
    Munich
    Question about the task Shortest or longest
    Java Syntax, Level 7, Lesson 6
    Under discussion
    Better Solutions?I solved the task, but my solution is rather ugly i think as it uses 3 for-loops. any ideas for more elegant/efficient solutions? sometimes i miss something like standard/best practice examples for the tasks..
    • 31.08.2019
    • 1277views
    • 1comment
    0
  • Shaun Forster
    Level 14
    United Kingdom
    Under discussion
    Intellij Idea won't loadWhen I try to load the last tasks I was working on yesterday it just instantly closes the application. Any ideas? edit: I cannot open any of the code gym tasks in intellij idea. Doing so causes the application to instantly close. There are no errors however. The log's are always # # A fatal erro
    • 02.09.2019
    • 1688views
    • 1comment
    0
  • Lakshmanan Subramanian
    Level 16
    Question about the task Longest string
    Java Syntax, Level 7, Lesson 6
    Archived
    I'm receiving the correct answer, but verification unsuccessful.The output is coming correct as expected, but the task is not getting passed. Please let me know the issue is the code and what needs to be corrected
    • 11.11.2019
    • 1246views
    • 4comments
    0
  • Glenn Akens
    Level 3
    Rochester
    Question about the task Minimum of three numbers
    Java Syntax, Level 2, Lesson 8
    Under discussion
    Not compilingHello all, I'm not understanding why this isn't compiling. Was wondering if I could get some assistance. Also can someone explain why we need to use "<=" instead of just < in this?
    • 07.11.2019
    • 1018views
    • 3comments
    0
  • Brett Cole
    Level 10
    Question about the task Changing functionality
    Java Syntax, Level 7, Lesson 12
    Under discussion
    Line 21 throwing NullException errorWhy is line 21 throwing NullException error? Everything that I’ve tried has failed and I’m not sure why. \ Please help!
    • 01.09.2019
    • 1167views
    • 2comments
    1
  • hidden #10538281
    Level 10
    Question about the task A programmer creates a person
    Java Syntax, Level 5, Lesson 7
    Under discussion
    Can't see why it doesn't compileI get: java:11: error: cannot find symbol person.initialize("Mike", 22); ^ Thank you for your help!
    • 10.11.2019
    • 1432views
    • 2comments
    0
  • Guadalupe Gagnon
    Level 37
    Tampa
    Question about the task Racer (Part 17/28)
    Games, Level 0, Lesson 5
    Resolved
    Bug in verification?All conditions are met yet fails verification. I have tested it and it runs exactly as expected. Probably a bug in the verification.
    • 31.10.2019
    • 1102views
    • 1comment
    0
  • Ritik Singh
    Level 8
    Gwalior
    Question about the task Playing Javarella
    Java Syntax, Level 7, Lesson 9
    Under discussion
    What is wrong here...please helppackage com.codegym.task.task07.task0713; import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.List; /* Playing Javarella */ public class Solution { public static void main(String[] args) throws Exception { //write your code h
    • 24.08.2019
    • 1207views
    • 1comment
    0
  • Antonia
    Level 10
    Question about the task One large array and two small ones
    Java Syntax, Level 7, Lesson 4
    Under discussion
    help?
    • 24.07.2019
    • 1346views
    • 1comment
    0
  • kapoolan
    Level 15
    Pasadena
    Question about the task Playing Javarella
    Java Syntax, Level 7, Lesson 9
    Under discussion
    Why the order in which the lists are declared is so important?I've struggled for this problem for a while and finally after I change the declaration order of my two ArrayList, I passed the tests. But I am still confused about why the order is so important, as the requirement also mentioned. For people's reference, I originally declared the list divisible by tw
    • 26.07.2019
    • 1408views
    • 1comment
    1
  • harshshah
    Level 9
    Gandhinagar
    Question about the task Do we have a pair?
    Java Syntax, Level 4, Lesson 4
    Under discussion
    Error !Not able to satisfy last condition, which is don't display any thing if no number matchs.
    • 27.07.2019
    • 1171views
    • 1comment
    0
  • dibidebe
    Level 7
    Question about the task Arithmetic mean
    Java Syntax, Level 5, Lesson 5
    Under discussion
    need explanationcan you please explain what is wrong with my code? i've been trying different ways, but always one of the tests won't pass
    • 28.07.2019
    • 1122views
    • 2comments
    0
  • Antonia
    Level 10
    Question about the task Expressing ourselves more concisely
    Java Syntax, Level 7, Lesson 6
    Archived
    help!!
    • 29.07.2019
    • 1000views
    • 1comment
    0
  • Jay
    Level 17
    Washington
    Question about the task Task about algorithms
    Java Syntax, Level 8, Lesson 11
    Under discussion
    Not satisfying last requirement For some reason or another, my program isn't satisfying the last condition. Your help is appreciated.
    • 29.07.2019
    • 1458views
    • 2comments
    0
  • Itachi
    Level 16
    Brooklyn
    Question about the task Snake (Part 2/20)
    Games, Level 0, Lesson 1
    Under discussion
    helpwhere is problem
    • 30.07.2019
    • 1184views
    • 1comment
    0
  • Jason
    Level 26
    Rancho Cucamonga
    Question about the task Writing to a file from the console
    Java Core, Level 3, Lesson 11
    Under discussion
    cant figure out why the program isn't writing to file... package com.codegym.task.task13.task1319; import java.io.*; /* Writing to a file from the console */ public class Solution { public static void main(String[] args) throws IOException { BufferedReader reader = new BufferedReader(new InputStreamReader(System.in)); String fil
    • 09.08.2019
    • 1398views
    • 1comment
    0
  • KARAN BHOITE
    Level 15
    Nagpur
    Question about the task We don't need repeats
    Java Syntax, Level 8, Lesson 8
    Under discussion
    please???i gues i am emtying hole map what should i do ..
    • 10.08.2019
    • 990views
    • 1comment
    0
  • DSK srilanka
    Level 0
    Delgoda
    Under discussion
    How to clear this type of Arrayint[] total = new int[10]; How to clear this type of Array
    • 12.08.2019
    • 1096views
    • 1comment
    0
  • Rohith Samuel
    Level 1
    chennai
    Under discussion
    I don't know what is wrong with this Its ipackage com.codegym.task.task01.task0106;
    • 15.08.2019
    • 871views
    • 1comment
    0
  • Rohith Samuel
    Level 1
    chennai
    Under discussion
    don't know what is wrong with thisIts ipackage com.codegym.task.task01.task0106;
    • 15.08.2019
    • 846views
    • 1comment
    0
  • Harshit Kumar
    Level 18
    Patna
    Question about the task Clew
    Java Core, Level 6, Lesson 13
    Under discussion
    what is the problem herethread 4 requirement doesn't validate
    • 18.08.2019
    • 1125views
    • 1comment
    0
  • Callum Davies
    Level 10
    Question about the task Playing Javarella
    Java Syntax, Level 7, Lesson 9
    Under discussion
    Adding to numbers to list wont verify for meCan anyone help me here? I've spent a ridiculous amount of time on this question, looked in the help section, with no success. What could be the problem?
    • 19.08.2019
    • 1072views
    • 3comments
    0
  • 1
  • ...
  • 259
  • 260
  • 261
  • 262
  • 263
  • ...
  • 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