question about functions and switch in c++

;;;
Last edited on
You can use nested switches but it will be better if you use switch once and then inside you may use "if else" checks.
Last edited on
You can not use nested switches


Yes you can.
Yes, use nested switches.
Topic archived. No new replies allowed.