In IF --- THEN statement ______ part of statement is optional.
Answers
Answered by
0
Answer:
if then are part of optional it use to excute one statement ture or false only one statement can excute
Answered by
3
Explanation:
Given:In IF --- THEN statement ______ part of statement is optional.
To find: Fill in the blank
Solution:
In IF__THEN__ELSE statement ELSE part of statement is optional.
Syntax:
If condition [then]
[
Statement/s
]
ElseIf elseifcondition [then]
[
Else if statement/s
]
[Else
[else statement/s]]
End If
Hope it helps you.
To learn more on brainly:
Observe the following program very carefully and write the name of those header file(s), which are essentially needed to...
https://brainly.in/question/7427835
Similar questions