int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b;
System.out.println("The value is"+a+b+c;
Answer Posted / bina kar
The value is 5080130
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
How do you implement tree mirroring in java?
What is substring in java?
What super () does in java?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
What is meant by local variable and instance variable?
How do you check if an arraylist is not empty?
What is difference between equal and == in java?
How do you read and print a string in java?
Can we have more than one package statement in source file ?
What do you mean by exception handling in Java?
Why hashcode is used in java?
What is difference between wait and notify in java?
Is there any tag in htm to upload and download files?
Explain scope or life time of local variables in java?
Explain hashset and its features?