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 / swapna kumari arava
After successful compilation , The value is 5080130
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the most important feature of java? What is an interface?
What is collections framework?
Is there a way to increase the size of an array after its declaration?
How is hashcode calculated in java?
What are the advantages of assembly language?
What is a singleton puppy?
What are the differences between path and classpath variables?
What is the integer of 16?
How many bits is a double?
how to create multithreaded program? : Java thread
What is jee6?
write a program that list all permutations of ABCDEF in which A appears before B?
java Technical questions asked by JPMC
What are static variables and functions?
What is the difference between equals() and == in java?