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 / bala
no manju 5080130 is correct
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is a qualifier in a sentence?
Explain creating threads by extending thread class ?
Explain the difference between the public, private, final, protected, and default modifiers?
Why main function is static?
What is the difference between an inner class and a sub-class?
Which class is used by server applications to obtain a port and listen for client requests?
What is a consumer in java?
What are decalarations?
What is replacefirst in java?
Why there is no call by reference in java?
What are keywords in programming?
What do you mean by JVM?
Explain the reason behind ending a program with a system.exit(0)?
What is class variable java?
How to find the given number is a prime number or not by getting input from the user