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
Which package has light weight components in java programming?
Explain oops concepts in detail?
What are the differences between processes and threads?
What are the concepts of 'OOPS'?
Which class cannot be a subclass in java?
What is object-oriented paradigm?
What does this () mean in java?
How do you create a reference in java?
What is the difference between static and non-static variables in java programming?
Does a function need a return?
What is the largest data type in java?
Explain the Propertie sof class?
What is the java project architecture?
How do you identify independent and dependent variables?
What is equals method in java?