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 the main method java?
Does every java program need a main?
What are different types of classloaders?
What is boolean flag in java?
Why char array is favored over string for the storage of passwords?
Explain list interface?
Why bytecode is called bytecode?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What are constants and how to create constants in java?
What are kinds of processors?
Can you inherit a constructor java?
What is the symbol for average?
What is string syntax?
What do you understand by soft reference?
What are use cases?