Computer Science, asked by rajkritu51, 2 months ago

___________ are used to group statement belonging to one function or program statement :

(a) Equal

(b) Parenthesis

(c) Seperators

(d) Not equal​

Answers

Answered by Anonymous
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