Computer Science, asked by gowdasureshabn, 4 months ago

Explain with syntax and algorithm of multiple selection constructs?​

Answers

Answered by ajayyd463
2

Answer:

In C++, these are the types of selection statements: if; if/else; switch. Repetition: used for looping, i.e. repeating a piece of code multiple times in a row. ... flowcharting - graphical way to formulate an algorithm or a program's flow; stepwise ... grade example into a switch

Explanation:

Similar questions