codeGK
Code it ALL
++ Else - CodeGK

♦ ++ Else

♣ Example2:C++ Else

If all the prior defined statements are false then, the last remaining block which is the else code block will be executed.
In this example, two numbers are compared.
Example
Input:
Output:
If_else