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
Ask a question
All quests
All levels
Any status
Questions about tasks
Hot
Vishal Patil
Level 5
Question about the task
Parenthetical brainteaser
Java Syntax
,
Level 3
,
Lesson 4
Resolved
Getting the number 537
I tried many possibilities here. I got numbers close to 537 like 535, 534 but not 537. Been on this problem for two days now. Just how do we get 537 ?
30.07.2018
2282
views
9
comments
0
kirti
Level 8
Question about the task
Seasons on Terra
Java Syntax
,
Level 4
,
Lesson 4
Resolved
helpp
what is the problem in my code?
09.09.2018
2006
views
3
comments
0
code_k
Level 16
chennai
Question about the task
Creating cats
Java Syntax
,
Level 5
,
Lesson 9
Resolved
doubt
any thing is wrog in the code
29.09.2018
1897
views
1
comment
0
tony
Level 20
Nis
Question about the task
Square of a number
Java Syntax
,
Level 1
,
Lesson 8
Archived
Check this code
What is wrong with this code I got 25 as a result
28.09.2018
1498
views
5
comments
0
gery
Level 9
Islamabad
Question about the task
10 thousand deletions and insertions
Java Syntax
,
Level 8
,
Lesson 6
Resolved
unable to start
level 8, lesson 6, task: 10 thousand deletions and insertions guide the logic, to start the first method public static void main(String[] args) throws Exception { // ArrayList ArrayList arrayList = new ArrayList(); insert10000(arrayList); get10000(arrayList);
29.09.2018
1906
views
2
comments
0
Sawankumar
Level 4
Question about the task
Multiplication table
Java Syntax
,
Level 3
,
Lesson 6
Resolved
can anyone please the resolve my display issue of multiplication table..
please
04.08.2018
2084
views
5
comments
0
LadyPhantom
Level 2
/...
Under discussion
what is the problem in this code?
package com.codegym.task.task01.task0121; /* Contract */ public class Solution { public static void main(String[] args) { System.out.print("My name is Amigo"); System.out.println(); System.out.println("I agree to wages of $5000/month in the first year."); System.
28.09.2018
1262
views
1
comment
0
Yusra Ansari
Level 9
Karachi
Question about the task
The humble programmer
Java Syntax
,
Level 3
,
Lesson 8
Under discussion
I can't understand why its not verifying :(
Please help
14.09.2018
1545
views
5
comments
0
Kanza Siddiqa
Level 2
Lahore
Question about the task
Implement the print method
Java Syntax
,
Level 2
,
Lesson 1
Under discussion
what to do with this?
package com.codegym.task.task02.task0201; /* Implement the print method */ public class Solution { public static void main(String[] args) { print("Java is easy to learn!"); print("Java opens many opportunities!"); call print(s) } public static void print(Strin
27.09.2018
1580
views
2
comments
0
gery
Level 9
Islamabad
Question about the task
HashMap of 10 pairs
Java Syntax
,
Level 8
,
Lesson 3
Resolved
identify correction at line 16
public class Solution { public static void main(String[] args) throws Exception { //write your code here HashMap h = new HashMap(); h.put("watermelon" , "melon"); h.put("banana" , "fruit"); h.put("cherry" , "fruit"); h.put("pear" , "fruit");
26.09.2018
1530
views
2
comments
0
Maria Habib
Level 5
Jhelum
Question about the task
Plan to conquer the world
Java Syntax
,
Level 3
,
Lesson 8
Under discussion
what's the error in it?
:(
15.09.2018
1543
views
2
comments
0
Shahanshah Alam
Level 9
Mohali
Question about the task
ConsoleReader class
Java Syntax
,
Level 6
,
Lesson 8
Under discussion
help
why condition is failed to match
27.09.2018
1893
views
2
comments
0
Shahanshah Alam
Level 9
Mohali
Question about the task
Crossing the road blindly
Java Syntax
,
Level 4
,
Lesson 4
Resolved
help please
what is wrong in this? i m getting right while running but it fails all condition
16.09.2018
1871
views
5
comments
0
Sahla T V
Level 3
Calicut
Question about the task
Choose healthy food! Choose fruit!
Java Syntax
,
Level 1
,
Lesson 8
Archived
Task is not completely understood
I have tried with my understanding, but not able to complete
26.09.2018
1525
views
4
comments
0
Riya
Level 8
Karnal
Question about the task
Parenthetical brainteaser
Java Syntax
,
Level 3
,
Lesson 4
Resolved
Give some hint
The solution to the task is impossible how to bring 382 Dammn Suggest.
24.09.2018
2534
views
7
comments
0
Srividya
Level 3
Bangalore
Question about the task
Implement the print method
Java Syntax
,
Level 2
,
Lesson 1
Resolved
Implement Print method
public class Solution { public static void main(String[] args) { print("Java is easy to learn!"); print("Java opens many opportunities!"); } public static void print(String s) { } } After public static void print(String s) { .... i tried .... 1> write.
26.09.2018
3250
views
3
comments
0
Muhammad Faizan Janjua
Level 6
Lahore
Question about the task
Pay raise
Java Syntax
,
Level 2
,
Lesson 2
Under discussion
unable to complete
11.09.2018
1515
views
3
comments
0
manoj deo
Level 3
Jakarta
Question about the task
Pay raise
Java Syntax
,
Level 2
,
Lesson 2
Resolved
Whats the problem?
what is the problem??
02.09.2018
1862
views
3
comments
0
imran khan
Level 6
islamabad
Question about the task
Cats in the Universe
Java Syntax
,
Level 4
,
Lesson 2
Under discussion
help needed
whats wrong with this code can anyone help plz
24.09.2018
2016
views
2
comments
0
Maria Habib
Level 5
Jhelum
Question about the task
The required number
Java Syntax
,
Level 2
,
Lesson 5
Resolved
why it shows error
package com.codegym.task.task02.task0211; /* The required number */ public class Solution { public static void main(String[] args) { int x = 1; int y = 0; y = y + x; x = x * 2; y = y + x; x = x * 2; y = y + x; y = y + x;
13.09.2018
1609
views
3
comments
0
Learner
Level 16
Question about the task
Let's make the code do something useful!
Java Syntax
,
Level 9
,
Lesson 11
Resolved
Verification Error: Be sure that the program copies the contents successfully.
I guess I did not understand the conditions properly. I have tried different permutation and combinations, but it fails to fulfill the third condition.
25.09.2018
2443
views
4
comments
0
mike
Level 3
Mumbai
Question about the task
No comments needed
Java Syntax
,
Level 0
,
Lesson 8
Under discussion
what is the solution
package com.codegym.task.task01.task0107; /* No comments needed */ public class Solution { public static void main(String[] args) { int x = 2; int y = 12; // x = x * 3; // y = x + y; // x = y - x; // y = y - x; System.out.println(x);
25.09.2018
2282
views
2
comments
0
Shahanshah Alam
Level 9
Mohali
Question about the task
StringHelper class
Java Syntax
,
Level 6
,
Lesson 8
Under discussion
help please
what cause erroe
25.09.2018
1634
views
2
comments
0
gery
Level 9
Islamabad
Question about the task
Family census
Java Syntax
,
Level 7
,
Lesson 12
Resolved
how to pass boolean value to a constructor
public Human(String name, boolean sex, int age) { this.name = name; this.sex = sex; this.age = age; } once i call it in main method, how i have pass it in arugment("ss", bolean??, 12);
25.09.2018
5802
views
1
comment
0
gery
Level 9
Islamabad
Question about the task
Family census
Java Syntax
,
Level 7
,
Lesson 12
Resolved
correction needed in client main(String[] args)
"Boolean.True" working fine for first four constructor without parents but its the same that throws error remaining constructor public static void main(String[] args) { // write your code here Human h1 = new Human("s", Boolean.TRUE , 12 ); Human h2 = new Human("s", Boolean
24.09.2018
2380
views
2
comments
0
Joyonta Saha
Level 31
Question about the task
Chicken factory
Java Core
,
Level 4
,
Lesson 6
Under discussion
Fullfilling all the conditions still not passing validation
Need help!
22.09.2018
1633
views
3
comments
0
Joyonta Saha
Level 31
Question about the task
Turnip
Java Core
,
Level 3
,
Lesson 11
Under discussion
How to pass TurnipStory.tell(plot);?
Need help!
20.09.2018
2099
views
2
comments
0
David Sunil
Level 4
kakinada
Question about the task
Escaping characters
Java Syntax
,
Level 3
,
Lesson 6
Resolved
Help
14.08.2018
1676
views
4
comments
0
krushika patel
Level 2
mumbai
Question about the task
Square of a number
Java Syntax
,
Level 1
,
Lesson 8
Archived
??
1. The program should output text. 2. The main method should call the sqr method with 5 as an argument. 3. The main method should display the result of the sqr method. 4. Don't change the sqr method. 5. The displayed text must match the task.
15.08.2018
1528
views
5
comments
0
SAYAN SAMANTA
Level 10
Bangalore
Question about the task
Somehow average
Java Syntax
,
Level 4
,
Lesson 16
Resolved
where is the problem?
package com.codegym.task.task04.task0441; /* Somehow average */ import java.io.*; public class Solution { public static void main(String[] args) throws Exception { BufferedReader reader = new BufferedReader(new InputStreamReader(System.in)); String sN1 = reader.readLine();
17.08.2018
1677
views
1
comment
0
Show more
1
...
363
364
365
366
367
...
371
Please enable JavaScript to continue using this application.