+ 2
Nested statements
Is it possible to nest if statements and switch statements in C or C++ if yes how do you go about it?
1 Antwort
+ 5
They both do the same job, so you only have to choose one. The best thing to do is to first translate what you are thinking into some form of short pseudo code and attach that to your question to clarify it well.