Java program to perform the relational operations
KW.java
Output
kodingwindow@kw:~$ javac KW.java
kodingwindow@kw:~$ java KW ——————————————————————————————————————————— Program to perform the relational operations ——————————————————————————————————————————— Value Of a | 1.0 Value Of b | 0.0 Value Of a!=b | true Value Of a>b | true Value Of a>=b | true Value Of a==b | false Value Of a<b | false Value Of a<=b | false ——————————————————————————————————————————— kodingwindow@kw:~$
What Next?
Java program to perform the assignment operations
Java program to find the size of primitive data types
Java program to calculate the area of a circle
Advertisement