Explain with syntax and algorithm of multiple selection constructs?
Answers
Answered by
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