0
#include <iostream> #include<cctype> #include<string> using namespace std; void PersonalDetails() { string name1,name2; int age;
Please help me to do validation this is C++ question please help
1 Resposta
0
Be more precise, what do you mean by validation? Am I comparing name1 and name2 to see if they are the same? What am I validating against what?