can we add two numbers without using arthematic operators?
if possible how?
Answer Posted / satya
Hi we can add two number with out using arithemaic
operators.
just give
int a = 10;
int b = 5;
System.out.println("sum of a and b is :: "+(a|b))
| Is This Answer Correct ? | 10 Yes | 21 No |
Post New Answer View All Answers
What does microservices mean?
What is final keyword in java? Give an example.
What is Java Annotations?
Explain the difference between map and flatmap stream operation?
Who found java?
What is tochararray in java?
Explain about OOPS concepts and fundamentals.
How will you invoke any external process in java?
Which access specifier can be used with class ?
What is files manifesting?
What are the differences between getting and load method?
What do you mean by Function Overloading in java?
What is java lang string?
Why is singleton instance static?
How do you write a scanner class in java?