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
How many ways can an argument be passed to a subroutine and explain them?
What is the default value of float and double datatype in java?
Which is fastest collection in java?
What are the advantages of arraylist over arrays?
Can an interface be final?
What is the purpose of a parameter?
What is singleton class and how can we make a class singleton?
What is a jagged array in java?
What does java final mean?
What is unicode in java?
Tell some latest versions in JAVA related areas?
What are the differences between path and classpath variables?
What is a file pointer?
What are loops in java? What are three types of loops?
Is java free for businesses?