Category 21PSP13/23

Give the syntax and working of simple if Else.

04 c] Give the syntax and working of simple if Else. Answer:- “The if..else statement is an extension of the simple if statement” Syntax:- if (Expression) { (true-block;) Statement1; }…