Comments are much more useful than they may seem at first glance! You can use them to hide your innermost thoughts from the compiler! Only your fellow programmers will be able to read them. Anyway, our program has some extra lines that prevent it from working as it should. Fix the problem by commenting out the superfluous lines.
Comment out the superfluous
- 1
Locked
Comments (11)
- Popular
- New
- Old
You must be signed in to leave a comment
Edip Uslu
22 February 2020, 10:57
i channged the value names and also the last println() however its wrong
0
Harnoor singh
6 September 2019, 11:52
^_^
*-*
+3
Ishita
6 June 2019, 17:13
System.out.println("sum = "+ sum);
why it is not running when i am not writing +
0
Edip Uslu
22 February 2020, 10:55
Because "sum" is the text which will appear
the sum is the calculation
+ (make them connected )
basically means sum is 12
+1
Aaron
28 November 2018, 14:31
How can you have two different values assigned to one variable?
0
Sowrab Reddy
9 January 2019, 12:46
COMMENT OUT SUCH VALUES SIMPLE
0
Edip Uslu
22 February 2020, 10:57
Do you mean like these for example
int a,b;
int a =4;
int b=7;
+1
jack reacher
6 September 2018, 13:02
anybody give a clue please
0
Sowrab Reddy
9 January 2019, 12:47
SIMPLE MATH DUDE 6+3+3
+1
Raakesh Singh chauhan
19 August 2018, 14:57
what can be the possible solution ?
+1
Roman
20 August 2018, 08:56
Posting the solution in the comments is prohibited.
+2