Computer Science, asked by khushbukumaris142, 3 months ago

Explain the working of simple if Statement.​

Answers

Answered by srajani187
5

Answer:

if statement is the most simple decision making statement. It is used to decide whether a certain statement or block of statements will be executed or not i.e if a certain condition is true then a block of statement is executed otherwise not. 

Similar questions