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
  • Witaya Chada
    Level 1
    Question about the task Find all the files
    Java Collections, Level 1, Lesson 2
    Resolved
    http://schemas.android.com/apk/res/androidThe code snippet you provided appears to be related to an Android application's manifest file, specifically dealing with the configuration of native libraries and the splitting of APKs. Here's a detailed interpretation of the key elements in the snippet: 1.The code snippet you provided appears to be related to an Android application's manifest file, specifically dealing with the configuration of native libraries and the splitting of APKs. Here's a detailed interpretation of the key elements in the snippet: 1. `hasCode`: This attribute indicates wheth
    • 3/28/25
    • 140views
    • 4comments
    0
  • Anonymous #11672061
    Level 17
    Question about the task Using super() and MRO
    Python Core, Level 16, Lesson 5
    New
    No solution?I solved this and it said I was wrong. I then saw the same program in the code and copy pasted it into the compiler - it still said I was wrong. I then clicked on show solution and did the solution - and the compiler literally marked the solution as wrong.... what do I do?
    • 2/1/26
    • 8views
    • 0comments
    0
  • Big brain classes
    Level 2
    CodeGym University in India
    Resolved
    level 2 level 2
    • 1/31/26
    • 12views
    • 0comments
    0
  • Big brain classes
    Level 2
    CodeGym University in India
    Question about the task Main character's age 🦸‍♂️
    Java 25, Level 2, Lesson 1
    New
    2class Main { public static void main(String[] args) { System.out.println("hello everyone"); System.out.println("my name is Anand Kumar"); } }
    • 1/31/26
    • 11views
    • 0comments
    0
  • Big brain classes
    Level 2
    CodeGym University in India
    New
    int a;a=10int a;a=10 b=a; c=b-a;
    • 1/31/26
    • 12views
    • 0comments
    0
  • Anonymous #11743339
    Level 2
    Brockton
    Question about the task Fixing bugs 🐛
    Java 25, Level 1, Lesson 5
    Under discussion
    This is not a question this task is broke and can not be completed as is.This question is incorrect and cannot be completed as stated in the instructions; even the "Correct solution" is marked as incorrect.
    • 12/29/25
    • 79views
    • 3comments
    0
  • Corinne Nirdlinger
    Level 2
    United States of America
    Question about the task Project age 💻
    Java 25, Level 1, Lesson 3
    Under discussion
    Help???Hi I've tried typing it out exactly as the downloaded solution after so many errors. I typed it out right with no errors, answer comes out correctly but I'm still being told the task failed to meet requirements and the requirement bubbles are orange with question marks
    • 11/4/25
    • 89views
    • 2comments
    2
  • Maven
    Level 17
    United States of America
    Question about the task Filling an array
    Java Syntax, Level 6, Lesson 8
    Resolved
    I am filling the array according to the specifications. What is wrong here?The error message is too general. My solution is filling the even and odd arrays according to the specifications. I'm not sure what I'm missing here.
    • 3/6/22
    • 1247views
    • 14comments
    2
  • Joseph
    Level 8
    Chennai
    Question about the task Basics of Using Transactions
    SQL, Level 22, Lesson 2
    New
    Getting error How to solve the problem.
    • 1/21/26
    • 21views
    • 0comments
    0
  • Ada
    Level 4
    Tirana
    Question about the task Minesweeper (Part 1/16)
    Games, Level 0, Lesson 0
    Under discussion
    What is going on? I don't know what went wrong? Is something with my code , because when I try to compile it is shows this ( the message on the screenshot)? My code : package com.codegym.games.minesweeper; import com.codegym.engine.cell.*; public class MinesweeperGame extends Game { }
    • 8/6/19
    • 1814views
    • 1comment
    2
  • Kateryna2882
    Level 51
    Dnipro
    New
    URGENT: Missing Purchased Subscription – Payment Proof AttachedDear Support Team, Due to this situation, which appears highly unfair to me as a user, I feel compelled to formally express my dissatisfaction. I am a loyal customer who has been purchasing your courses for the second year in a row. Nevertheless, my paid subscription has once again been removed fr
    • 1/18/26
    • 223views
    • 0comments
    0
  • Pavan Sanga
    Level 1
    Pune
    Under discussion
    WebIDE related question is codegym have any WebIDE available in app? I need to practice coding in my mobile.
    • 12/30/25
    • 47views
    • 1comment
    0
  • Mwanaisha
    Level 2
    Dodoma
    Under discussion
    No available tasksI have no available tasks to complete in my current level, so I cannot earn Dark Matter to unlock the next lesson
    • 12/25/25
    • 140views
    • 2comments
    0
  • Sandeep
    Level 6
    Greensboro
    Question about the task Number Guessing Game 🎲
    Java 25, Level 5, Lesson 3
    Under discussion
    Code not getting executedCode not getting executed. Seeing the "Program ran too long" error
    • 1/3/26
    • 41views
    • 2comments
    0
  • Hypnotoad
    Level 4
    Manila
    Question about the task To work or not to work? That is the question
    Java Syntax, Level 3, Lesson 6
    Under discussion
    About "inclusive" It stated 60 (inclusive), so as I understand it should be: if(age < 20 || age >=60) but solution is: if(age < 20 || age > 60) - its not inclusive
    • 9/17/23
    • 257views
    • 3comments
    0
  • Sandeep
    Level 6
    Greensboro
    Question about the task Minimum or maximum
    Java Syntax, Level 13, Lesson 2
    Under discussion
    Please help - Is this error due to incompatible jdk ? C:\Users\gangi\.jdks\openjdk-25.0.1\bin\java.exe -Dfile.encoding=UTF-8 "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2025.2.5\lib\idea_rt.jar=52237" -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -classpath C:\Users\gangi\Downloads\codegym\11531669\codegym-project\o
    • 12/20/25
    • 48views
    • 1comment
    0
  • Djole
    Level 41
    Belgrade
    Question about the task Chat (part 7)
    Java Multithreading, Level 6, Lesson 15
    Resolved
    ?public class Server { static Map connectionMap; static { connectionMap = new ConcurrentHashMap(); } public static void main(String[] args) throws IOException { int port = ConsoleHelper.readInt(); ServerSocket ss = new ServerSocket(port); ConsoleHel
    • 4/26/19
    • 1895views
    • 1comment
    4
  • Nobody
    Level 37
    Seattle
    Question about the task Making the right conclusion
    Java Core, Level 10, Lesson 10
    Under discussion
    How this impossible?if we declare A B C as inner classes then we can access the others methods no matter we declare those method are private or not. So in the requirement 4th ask that in C class' method 2 it have to call super.method1() then we have an ambiguity because it can call method1 from class A and B
    • 5/25/19
    • 1514views
    • 3comments
    1
  • slowly
    Level 10
    Mörfelden-walldorf
    Question about the task Somewhere in the middle
    Java Syntax, Level 4, Lesson 10
    Under discussion
    Solution not acceptedWhy is my solution not accepted?
    • 8/25/24
    • 271views
    • 1comment
    2
  • DolciNShortE
    Level 3
    Fort Worth
    Question about the task This age doesn't work for me…
    Java Syntax, Level 3, Lesson 4
    Under discussion
    Why is the person object created before the Person class???I am having a very difficult time understanding this task. I've worked on it for about 3 days now and I'm still a little confused. I think I understand the concept of using the "this" keyword, though I'm still a little fuzzy on it. It wasn't explained well at all. But what I'm really confused ab
    • 10/11/21
    • 1052views
    • 2comments
    6
  • Wojtek
    Level 23
    Solec-Zdroj
    Question about the task Encryption
    Java Core, Level 8, Lesson 11
    Under discussion
    What is wrong with decryption?need hint
    • 4/19/19
    • 1758views
    • 3comments
    2
  • Angeget
    Level 22
    Potsdam
    Question about the task Encryption
    Java Core, Level 8, Lesson 11
    Resolved
    I am tired trying and trying without result. I need help please. I could not find out the solutionI am tired trying and trying without result. I need help please. I could not find out the solution
    • 3/12/19
    • 2155views
    • 3comments
    0
  • Raisa Toscano
    Level 1
    Tepic
    Question about the task Cows are animals too
    Java Core, Level 2, Lesson 6
    Resolved
    what is the problem here?public class Solution { public static void main(String[] args) { Animal e= new Cow(); e.getName(); } } abstract class Animal { public abstract String getName(); } class Cow extends Animal{ public String getName(){ String s="Cow"; return s;}
    • 1/8/19
    • 2219views
    • 4comments
    2
  • SHARLENE FEIJOO PACHECO
    Level 5
    Question about the task Ask a question on Help
    Web Core, Level 3, Lesson 4
    Under discussion
    Probando sgv
    • 4/29/25
    • 129views
    • 1comment
    2
  • Harshit Garg
    Level 34
    Chandigarh
    Question about the task Logging a stack trace
    Java Syntax, Level 15, Lesson 6
    Resolved
    Doubt regarding 2 methods....why is System.out.println(e.getStackTrace); wrong and e.printStackTrace correct???????????????????????????????? package en.codegym.task.pro.task14.task1416; /* Logging a stack trace (THE SOLUTION AS PER CODEGYM) */ public class Solution { public static void main(String[] args) { try
    • 6/6/25
    • 326views
    • 2comments
    2
  • Nina
    Level 6
    Cervinia
    New
    I don't see any task cardsThe lessons refer to task cards in the bottom of the lesson through which I can open Web IDE... But I see none, neither in the lesson itself, nor in the task section. Had anyone encountered such issues? What do I do?
    • 11/1/25
    • 72views
    • 0comments
    2
  • Henrik Krogsholm
    Level 18
    Copenhagen
    Under discussion
    missings tasksI cant open next page because of missing tasks and black matters. when will the missing tasks come?
    • 12/2/25
    • 103views
    • 2comments
    0
  • Srdjan Stojkovic
    Level 2
    Leskovac
    Under discussion
    dark matter How to earn dark matters, I do not have tasks, and can not open new lesson?
    • 12/6/25
    • 67views
    • 3comments
    0
  • Lolita Young
    Level 48
    Rockville
    Question about the task Changing shoes on the move
    Java Syntax, Level 3, Lesson 8
    Under discussion
    Break pointHow do you add breakpoint?
    • 12/9/25
    • 52views
    • 3comments
    0
  • Meet Bhogayta
    Level 2
    CodeGym University in India
    New
    ware is the moon?// HealthComponent.cs (Unity C# Script) using UnityEngine; public class HealthComponent : MonoBehaviour { public int maxHealth = 100; private int currentHealth; void Start() { currentHealth = maxHealth; } public void TakeDamage(int damage) { currentHea
    • 12/11/25
    • 28views
    • 0comments
    0
  • 1
  • 2
  • 3
  • ...
  • 374
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 © 2026 CodeGym
MastercardVisa
Programmers Are Made, Not Born © 2026 CodeGym
Advertisement