Select from following answers:- if (conditional expression is true) then execute this code end if
- if (conditional expression is true)execute this codeend if
- if (conditional expression is true) {then execute this code?

- if (conditional expression is true) then {execute this code}
- All Above
if (conditional expression is true) {then execute this code}
is the structure of an if statement.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator