#include <iostream> #include<cctype> #include<string> using namespace std; void PersonalDetails() { string name1,name2; int age; | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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

25th Jun 2017, 4:20 PM
Ahaa mark
Ahaa mark - avatar
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?
25th Jun 2017, 7:02 PM
Koyo Uzumaki
Koyo Uzumaki - avatar