Computer Science, asked by shareennisha1501, 1 year ago

What Is An If Else Statement And Give Its Syntax?

Answers

Answered by harsha116
2

Answer:

an if else statement is a logical condition to perform either of the two blocks of action depending upon certain conditions.....

syntax.....

if(condition)

.............

else

...............

Similar questions