Java program to perform the arithmetic operations
KW.java
Output
kodingwindow@kw:~$ javac KW.java
kodingwindow@kw:~$ java KW ——————————————————————————————————————————— Program to perform the arithmetic operations ——————————————————————————————————————————— Value Of a | 1.0 Value Of b | 0.0 Value Of a/b | Infinity Value Of a+b | 1.0 Value Of a-b | 1.0 Value Of a*b | 0.0 Remainder a%b | NaN Value Of ++a | 2.0 Value Of b++ | 0.0 ——————————————————————————————————————————— kodingwindow@kw:~$
What Next?
Java program to perform the boolean operations
Java program to perform the relational operations
Java program to perform the assignment operations
Advertisement