there making me learn C++ online the book doesn't teach you shit.
so google and yahoo are my god at this point.
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

using namespace std;

int main()
{
char *article[5]= {"","","","", };
char *noun[5]= {"","","","", };
char *verb[5]= { "","","","", };
char *perposition[5]={"","","","", };
}

with that im going to put in that appropriate words and i need it to print out with random sentences.