Adding two numbers without using arithmetic operators

By | August 7, 2019

As you know to find sum of to two numbers we usually use arithmetic operator(+) but in this post we will write a java program to Adding two numbers without using arithmetic operators.

Sample output of above program:

You may also like:

How to convert number to words in java
How to swap two numbers with or without temporary variable in java
Java Program to Swap two numbers using Bitwise XOR Operator?
How to reverse a number in Java
How to check Armstrong number java program
Java program to find factorial of a number
Java Program to Calculate the Power of a Number
Check whether a number is prime or not
Java Program to displaying prime numbers

 Thanks for visiting blog. If you have any doubts or any suggestions to make please drop a comment.

Leave a Reply

Your email address will not be published. Required fields are marked *