Computer Science, asked by ahmedkhi2009, 3 months ago

Q: how does IF...THEN statment helps us to make selection?​

Answers

Answered by anmol1383
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 shrejal1601
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