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 / suresh
expected semicolan(;)&
expected ")"(close breas)
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the difference between an argument and a parameter?
What is meant by bytecode?
What is nan in java?
What are recursive functions? Give some examples?
What is the final variable?
Can we restart a dead thread in java?
What are the loops in java?
Is set thread safe java?
What is thread life cycle?
Is set ordered?
What is the reflection?
what is the difference between thread and runnable types? : Java thread
What is the size of int?
What is private public protected in java?
Why doesn't the java library use a randomized version of quicksort?