Computer Science, asked by patelomprakash250, 4 months ago

write the syntax for the following conditional statement:if e​

Answers

Answered by yhshafqat
0

Answer:

if else

Explanation:

it is used like

if (statement)

[ code ]

if else (statement)

[ code]

it basically means to check if something is true and if the first statement returns false then we give it another conditions in front by saying if the first condition is not true then check to see if it meets this condition

Similar questions