Question: In c + + , Complete the following code contained in a function to write an input validation loop that asks the user to enter
In c
Complete the following code contained in a function to write an input validation loop that asks the user to enter YyN or n
char getinput
char v;
cout "Enter Y y N or n:;
cin v;
While v Y Blank v y Blank v N Blank v n
cout "Enter Y y N or n:;
cin v;
return Blank ;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
