How to write Program switch between different cases in cpp
Hello friends, Welcome to your Techgsr.co blog. And today in this article we will learn about How to write Program switch between different cases in cpp .So let’s go to our topic #include <iostream.h> #include <conio.h> int main() { clrscr(); int choice; cout << “1. Talk” << endl; cout << “2. Eat” << endl; cout << “3. … Read more