.Which block is executed if the test expression is true in if statement?
if( test expression)
{
true-block statement
}
else
{
false-block statement
option
options:-
A.true-block statement
B.false-block statement
C.Both of the above
D.None of the above
Answers
Answered by
0
Answer:
IF TEST EXPRESSION IS TRUE THEN "true-block" STATEMENT WILL EXECUTE FIRST
Explanation:
PLEASE MARK ME AS BRAINLIEST!!!
Similar questions