codeGK
Code it ALL
C++ If - CodeGK

♦ C++ If

♣ Example1: C++ If

If a particular statement is true, then the block corresponding to that If statement will be executed.
In this example, two numbers are compared.
Example
Input:
Output:
If_else