maa code eka wada karanna naha ban
c++ code karanna DEV++ software ekan
#include <iostream>
using namespace std;
int main()
{
int choice;
cout<<"please enter choice from the following list \n\n";
cout<<"1-add\n2-subtrk\n3-maliply\n4-hack\n\n";
cout<<"yout choice is :";
cin>>choice;
switch(choice)
case 1:
cout<<"your choice is add";
barak
case 2:
cout<<"your choice is subtrk";
barak
case 3:
cout<<"your choice is maliply";
barak
case 4:
cout<<"your choice is hits";
default:
cout<<"unknown choice,try again"
return 0;
}
c++ code karanna DEV++ software ekan
#include <iostream>
using namespace std;
int main()
{
int choice;
cout<<"please enter choice from the following list \n\n";
cout<<"1-add\n2-subtrk\n3-maliply\n4-hack\n\n";
cout<<"yout choice is :";
cin>>choice;
switch(choice)
case 1:
cout<<"your choice is add";
barak
case 2:
cout<<"your choice is subtrk";
barak
case 3:
cout<<"your choice is maliply";
barak
case 4:
cout<<"your choice is hits";
default:
cout<<"unknown choice,try again"
return 0;
}




