Computer Science, asked by GANJEDI, 1 month ago

In IF --- THEN statement ______ part of statement is optional.​

Answers

Answered by mustafakhan6816899
0

Answer:

if then are part of optional it use to excute one statement ture or false only one statement can excute

Answered by hukam0685
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