#0000098055
29 / 48
Using a programming language that does not support if else statements but that does support if statements, how would you convey the following if else command?
if (cond)
Stmt1;
else
Stmt2;