-data transmission-

constant char* email;
email = "
gina@anigned.org";
constant char* name;
name = "
gina";

void location();
char *url();

int main()
{
cout<<"
if you think you won't understand this"<<endl;
cout<<"
'yes' to proceed and 'no' to exit"<<endl;
cin>>choice;
if (choice=="y")
{
   cout<<"
you are a cool friend "<<endl;
}
else ( choice != "y")
{
   cout<<"
you may proceed back to the main page"<<endl;
   
return 0;
}

cout<<" you should be gina "<<end;
cout<<"
but how can we recognise you? "<<endl;

cin>>hair;
if (hair==black && hair==brown && hair==mess)
{
   if (height==5"5 && lastname==seh)
      cout<<"
should be gina"<<endl;
   else
      cout<<"
you are not my friend"<<endl;
else
   cout<<"
definitely not gina"<<endl;
}

cout<<" contact gina if there is any more questions"<<endl;
cout<<"
becoz this is getting too long..."<<endl;
cout<<"
and someone may wanna kill me for this..hahaa"<<endl;
cout<<"
have a nice day and thanks for coming in"<<endl;

cout<<" click on the functions to continue "<<endl;
cin>>choose;
while (want==more)
{
   
location();
   
url();
}
return 0;   //exiting
}