Java Assignment1
Hi,
The following questions are based on simple arithmetic operations in java.
1.write a java program that performs arithmetic operation addition of any two numbers.
2.write a java program that performs arithmetic operation multiplication of any two numbers.
3. write a java program that performs arithmetic operation division of any two numbers.
4. write a java program that performs arithmetic operation subtraction of any two numbers.
5. write a java program that performs all the arithmetic operations addition, subtraction, multiplication, division and modulo operations. Here each operation should be done in separate class.
6. write a java program that performs all the arithmetic operations addition, subtraction, multiplication, division and modulo operations. Here all the operations should be done in one class.