Java program to check the equality of given numbers
KW.java
Output
kodingwindow@kw:~$ javac KW.java
kodingwindow@kw:~$ java KW ——————————————————————————————————————————— Program to check the equality of given numbers ——————————————————————————————————————————— Enter the 1st number -10 Enter the 2nd number -50 -10.0 is greater than -50.0 ——————————————————————————————————————————— kodingwindow@kw:~$
What Next?
Java program to check the given number is positive or negative
Java program to check the given number is even or odd
Java Loops
Advertisement