if in a conditional expression the condition as relates to false then which block of statements will be executed first
Answers
Answered by
2
Explanation:
in thistype of a construct, if the value of test-expression is true, then the true block of statements will be executed. If the value of test-expression if false, then the false block of statements will be executed.
Answered by
1
Answer:
hope this is helpful for you
Attachments:
Similar questions