Cout Statemeny

Cout Statemeny

//
// main.cpp
// Mad Lib project
//
// Created by Alex Anderson on 11/22/13.
// Copyright (c) 2013 Alex Anderson. All rights reserved.
//

#include <iostream>
using namespace std;
int main()
{
string relative, ADJECTIVE1, food, ADJECTIVE3,name,ADJECTIVE4,ADJECTIVE5,VERBENDINGiNED,bodypart,verbendinginING,Pluralnoun1,noun1,adverb,verb1,verb2,relative2;

cout<<" Please enter a Relative name.";
cin>> relative;

cout<<"Please enter an ADJECTIVE.";
cin>>ADJECTIVE1;

cout<<"Please enter a food.";
cin>>food;

cout<<"Please enter another ADJECTIVE.";
cin>>ADJECTIVE3;

cout<<"please enter a name.";
cin>>name;

cout<<"Please enter an ADJECTIVE";
cin>>ADJECTIVE4;

cout<<"Please enter another ADJECTIVE";
cin>>ADJECTIVE5;

cout<<"Please enter a VERB ENDING IN ED ";
cin>>VERBENDINGiNED;

cout<<"Please enter a body part.";
cin>>bodypart;

cout<<"Please enter a verb ending in ING";
cin>>verbendinginING;

cout<<"Please enter a plural noun.";
cin>>Pluralnoun1;

cout<<"Please enter a noun";
cin>>noun1;

cout<<"Please enter an adverb.";
cin>>adverb;

cout<<"Please enter a verb";
cin>>verb1;

cout<<"Please enter another verb.";
cin>>verb2;

cout<<"Please enter another relative.";
cin>>relative2;

cout<<"Dear,"<<relative<<"Thanks for the letter. I am having a"<<ADJECTIVE1<<"here. Just last week we had"<<food<<"it was"<<ADJECTIVE3<<"."<<name<<" was"<<ADJECTIVE4<<" he is fun to hang out with....