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 / bina kar
The value is 5080130
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is use of static in java?
Can classes declared using the abstract keyword cab be instantiated?
What will be the default values of all the elements of an array defined as an instance variable?
Can we create constructor in abstract class ?
What is pre increment and post increment in java?
What is the latest version of java?
what is the use of bean managed and container managed with example?
What is java english?
What is numeric function?
Which number is denoted by leading zero in java?
Can a abstract class be defined without any abstract methods?
What do you mean by byte code?
Can we have a method name same as class name in java?
Can we extend private class in java?
Define locale.