Can it be done?
cout<<"ENter name"<<endl;
cin>>name;
cout<<"Enter DOB"<<endl;
cin>>dob;
cout<<"Enter City of Birth"<<endl;
cin>>city;
when i try to enter "John Doe" as name the program skips and doesn't let me enter anything for dob and asks me the city input.
Any help would be greatly appreciated. Thanks!