/* Here is a program that uses cout and cin objects.
*Its intentions is to display personal infomation of a user.
*This program uses one data type "if appropiate",which is below:
*
*string type.
*
*This code does'nt contain errors but it's not fullfilling its intentions.
*For instance,if you want to enter your fullname like Nigel Jaure,it will
*output Nigel only and inplace Jaure on the next variable( yourDob ).
*How do i enter details using spaces without inplacing to another variable?
*Author Name:Nigel Jaure(Novice C++ Programmer)
*/
#include <iostream>
using namespace std;