CodeGym
Christmas Sale
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
  • Aryan Yadav
    Level 4
    bikaner
    Question about the task Minimum of three numbers
    Java Syntax, Level 2, Lesson 8
    Resolved
    how to solvehow to solve last problem
    • 8/31/18
    • 1921views
    • 5comments
    0
  • Arko Sarkar
    Level 8
    Mumbai
    Question about the task To the top of the list
    Java Syntax, Level 7, Lesson 6
    Resolved
    Unable to add elementsHow can I add elements into the ArrayList in reverse order? Working fine in forward order!
    • 8/31/18
    • 1895views
    • 1comment
    0
  • Arko Sarkar
    Level 8
    Mumbai
    Question about the task Longest string
    Java Syntax, Level 7, Lesson 6
    Archived
    How to solve this error?I'm getting output the longest string in the list, still it isn't qualifying the task. Then what should I do for several strings with equal length to be displayed? Can't think something for that!
    • 8/31/18
    • 1806views
    • 2comments
    0
  • Sugata Debnath
    Level 3
    Kolkata
    Question about the task Calculate the circumference of a circle
    Java Syntax, Level 2, Lesson 2
    Under discussion
    Why System.out.print(crcmfrnc) and not return(crcmfrnc)?The code is not being compiled when I'm giving return(....) like we did in Celsius to Farhenheit one ... Why?
    • 8/28/18
    • 1675views
    • 2comments
    1
  • Pawan Harde
    Level 4
    Mumbai
    Question about the task Where does a Person come from?
    Java Syntax, Level 2, Lesson 2
    Under discussion
    helppp1!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!....."SYnTAX"unbale to code....."SYNTAX"
    • 9/9/18
    • 1523views
    • 1comment
    0
  • Gohan Gurawalia
    Level 6
    New Delhi
    Question about the task Minimum of three numbers
    Java Syntax, Level 2, Lesson 8
    Under discussion
    what's wrong in thiswhat's wrong in this
    • 9/4/18
    • 1778views
    • 4comments
    0
  • Scott Milella
    Level 6
    Redding, CA
    Question about the task Where does a Person come from?
    Java Syntax, Level 2, Lesson 2
    Resolved
    I don't understand what I am doing wrong?Ok, far as I know I have done exactly what it has asked but it tells me I haven't I have tried also adding a Person.name = "Scott"; under it as well, but I think the way it is, is the way I was asked?
    • 8/31/18
    • 1815views
    • 4comments
    0
  • Joyonta Saha
    Level 31
    Question about the task Functionality is not enough!
    Java Syntax, Level 10, Lesson 11
    Under discussion
    Need Help!Output is correct however not passing verification
    • 9/5/18
    • 2050views
    • 11comments
    0
  • Martin Evtimov
    Level 22
    Chicago
    Question about the task Task about algorithms
    Java Syntax, Level 5, Lesson 12
    Archived
    HelpI have asked for help earlier, I found my mistake and tried again. This works fine on Eclipse but it doesn't count it as correct here. Do you see any mistakes?
    • 9/6/18
    • 2004views
    • 1comment
    0
  • Niraj Biswakarma
    Level 9
    Salem
    Question about the task Longest string
    Java Syntax, Level 7, Lesson 6
    Archived
    How to use that existing list???
    • 8/17/18
    • 2313views
    • 1comment
    0
  • Richard Han
    Level 4
    Lipa
    Resolved
    I am 100% sure that it is correct, but package com.codegym.task.task01.task0121; /* Contract */ public class Solution { public static void main(String[] args) { System.out.printIn("My name is Amigo."); System.out.printIn(); System.out.printIn("I agree to be paid $800 per month during the first year.");
    • 8/26/18
    • 1876views
    • 3comments
    0
  • Karthik Rao K S
    Level 18
    Mangalore
    Question about the task Creating threads recursively
    Java Core, Level 6, Lesson 13
    Under discussion
    Code fails testing despite achieving expected output.I have tried the toString() return statement with and without the additional quotes. The program accurately displays 15 statements on the console, sequentially as well, due to the usage of join(). Yet, the code tester says that the program displays too much on the console. Could anyone tell as to w
    • 8/23/18
    • 1952views
    • 2comments
    0
  • niki4etoo
    Level 8
    Ruse
    Question about the task Arithmetic mean
    Java Syntax, Level 5, Lesson 5
    Resolved
    Why I did not match the last requirement?With several tries, I didn't find out where I made a mistake for the last requirement of this task. "The displayed result should match the specification for any input data." is not passed.
    • 9/4/18
    • 2212views
    • 2comments
    0
  • An Gelo
    Level 18
    Cebu
    Question about the task Airport
    Java Core, Level 6, Lesson 7
    Resolved
    whats wrong with takeOff methodI already put 100ms
    • 9/6/18
    • 1863views
    • 1comment
    0
  • Arshad Khan
    Level 4
    Kolkata
    Question about the task Minimum of three numbers
    Java Syntax, Level 2, Lesson 8
    Under discussion
    what is wrong in this code public class Solution { public static int min(int a, int b, int c) { int x = 0; while ( a != 0 && b != 0 && c != 0 ) { a--; b--; c--; x++; } return x; //write your code here } public static
    • 8/29/18
    • 1936views
    • 5comments
    0
  • muskaan
    Level 1
    pune
    Question about the task Uh... Happy New Year!
    Java Syntax, Level 1, Lesson 4
    Resolved
    i am not getting the space between new and year :(....
    • 8/30/18
    • 1955views
    • 4comments
    0
  • Md Hasnat Al Mahmud
    Level 1
    Petaling jaya
    Under discussion
    i did it but still not ok.whats the problem? what's wrong with that code?
    • 9/4/18
    • 1572views
    • 1comment
    0
  • Rohit Kumar Mishra
    Level 3
    Gurgaon
    Question about the task 2 + 3 = 5
    Java Syntax, Level 0, Lesson 8
    Under discussion
    why my code not summit? package com.codegym.task.task01.task0108; /* 2 + 3 = 5 */ public class Solution { public static void main(String[] args) { String s = "23"; int a = 3, b = 2; String four = "four"; String three = "3"; //System.out.print("two"); //System.out.pr
    • 9/4/18
    • 1588views
    • 3comments
    0
  • Mukesh Vudayagiri
    Level 10
    Ferokh
    Question about the task Static cats
    Java Syntax, Level 6, Lesson 11
    Archived
    What's wrong.I have created an ArrayList() and 10 Cat objects. I have even added the objects to the ArrayList(). Yet, it is showing errors. Please, someone help.
    • 9/1/18
    • 2469views
    • 3comments
    0
  • muskaan
    Level 1
    pune
    Question about the task Square of a number
    Java Syntax, Level 1, Lesson 8
    Archived
    idk what to do plz help!...
    • 9/4/18
    • 1676views
    • 1comment
    0
  • quality
    Level 1
    Question about the task As simple as 2+2
    Java Syntax, Level 1, Lesson 8
    Resolved
    i dont understand PASCAL anyone can explain it to me please?PLEASE!
    • 8/11/18
    • 1655views
    • 3comments
    0
  • Prateek Parmar
    Level 4
    Chennai
    Question about the task Closest to 10
    Java Syntax, Level 4, Lesson 4
    Resolved
    Not getting the answer.Any hint?I"m unable to solve this question.Help please
    • 8/23/18
    • 2456views
    • 4comments
    0
  • Arko Sarkar
    Level 8
    Mumbai
    Question about the task Playing Javarella
    Java Syntax, Level 7, Lesson 9
    Under discussion
    Solved few issues still getting errorProper output still!
    • 8/31/18
    • 1789views
    • 1comment
    0
  • Arko Sarkar
    Level 8
    Mumbai
    Question about the task Duplicating words
    Java Syntax, Level 7, Lesson 9
    Under discussion
    What is wrong in this code?It's returning proper string twice in new lines, then what's the issue?
    • 8/31/18
    • 1957views
    • 1comment
    0
  • herish surendran
    Level 3
    Under discussion
    how to get a string from the user ?To get interger from the user we use "new Scanner(System.in).nextInt();". in the simiral way can we write "new Scanner(System.in).nextString();".
    • 8/30/18
    • 1650views
    • 1comment
    0
  • Priyanka
    Level 4
    Coimbatore
    Question about the task Plan to conquer the world
    Java Syntax, Level 3, Lesson 8
    Resolved
    I'm still stuck with this. Help me :'(I altered the readLine(); and changed conquer to capture. It still doesnt work!
    • 8/25/18
    • 2397views
    • 2comments
    0
  • yogesh yadav
    Level 5
    bhilai
    Question about the task Pay raise
    Java Syntax, Level 2, Lesson 2
    Under discussion
    still i am getting "looks like you have forgot to add 1000" message public static void salary(int a) { int b = a+1000; System.out.println("Your salary is: "+b+" dollars per maonth"); }
    • 8/20/18
    • 1693views
    • 2comments
    0
  • Rahul kumar
    Level 4
    Delhi
    Question about the task Choose healthy food! Choose fruit!
    Java Syntax, Level 1, Lesson 8
    Archived
    help me!!! package com.codegym.task.task01.task0135; /* Two roads diverged in a yellow wood */ public class Solution { public static void main(String[] args) { System.out.println("Two roads diverged in a yellow wood,"); System.out.println("And sorry I could not travel both"); Sys
    • 8/17/18
    • 2214views
    • 4comments
    0
  • muskaan
    Level 1
    pune
    Question about the task Don't feel like it? Do it anyway.
    Java Syntax, Level 1, Lesson 8
    Resolved
    why I am I not able to get the last condition right plz help?...
    • 9/1/18
    • 2200views
    • 3comments
    0
  • muskaan
    Level 1
    pune
    Question about the task Choose healthy food! Choose fruit!
    Java Syntax, Level 1, Lesson 8
    Archived
    what do we have to print :/...I printed fourth line of the poem still don't satisfy last condition...:(
    • 8/31/18
    • 1680views
    • 2comments
    0
  • 1
  • ...
  • 369
  • 370
  • 371
  • 372
  • 373
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