#include <iostream> #include<cctype> #include<string> using namespace std; void PersonalDetails() { string name1,name2; int age; | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
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