___________ are used to group statement belonging to one function or program statement :
(a) Equal
(b) Parenthesis
(c) Seperators
(d) Not equal
Answers
Answered by
0
In programming , selection is implemented using IF statements . Using IF and ELSE gives two possible choices (paths) that a program can follow. However, sometimes more than two choices are wanted. To do this, the statement ELSE IF is used
Similar questions