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
130
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is type safety in java?
What is the difference between break and continue statements?
Can we create object of static class?
Explain creating threads by extending thread class ?
What is the use of arraylist in java?
Difference between concurrent hashmap and hashtable and collections
What are different access specifiers in java? Explain
Why is the main method static?
What is equals method in java?
Can we print null in java?
How do you square a number in java?
What does string mean in java?
Explain spliterator in java8?
What is functional interface in java?
How long will it take to learn java?