Question: int MChoice (int choiceResult) { int result; cout < < Welcome to my Machine <

int MChoice (int choiceResult) {

int result; cout<< "Welcome to my Machine"<>choice;

while(cin.fail()) {

cin.clear(); cin.ignore(50,' '); cout<<"Input must be numeric. Try again "; cin >> choice;

}

while (choice <= -1 || choice >= 4) { cout<<"Invalid Input. "; cout<<"Try again from the menu: "; cin >>choice; } result = choice;

return result;

}

i am trying to convert this into swift programming (background)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!