C++ program to check the equality of given numbers
kw.cpp
Output
kodingwindow@kw:~$ g++ kw.cpp
kodingwindow@kw:~$ ./a.out ——————————————————————————————————————————— Program to check the equality of given numbers ——————————————————————————————————————————— Enter the first number -10 Enter the second number 10 -10 is less than 10 ——————————————————————————————————————————— kodingwindow@kw:~$
What Next?
C++ program to demonstrate the use of goto statement
C++ program to demonstrate the use of break and continue statements
C++ Loops
Advertisement