Q: how does IF...THEN statment helps us to make selection?
Answers
Answered by
2
Answer:
In programming , selection is implemented using IF statements . Using IF and ELSE gives two possible choices (paths) that a program can follow. ... To do this, the statement ELSE IF is used. This simple algorithm prints out a different message depending on how old you are.
Answered by
0
Answer:
In programming , selection is implemented using IF statements . Using IF and ELSE gives two possible choices (paths) that a program can follow. ... To do this, the statement ELSE IF is used. This simple algorithm prints out a different message depending on how old you are.
Similar questions