C++ switchThe C++ switch statement executes one statement from multiple conditions. It is like if-else-if ladder statement in C++. ![]() C++ Switch ExampleOutput: Enter a number: 10 It is 10 Output: Enter a number: 55 Not 10, 20 or 30
Next TopicC++ For Loop
|
JavaTpoint offers too many high quality services. Mail us on [email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected]
Duration: 1 week to 2 week