you will not get a response that way. maybe try searching google for some help, then from there come up with some code. post the code and we can tell you where you went wrong.
__________________
public string ConjunctionJunction(string words, string phrases, string clauses)
{
return (String)(words + phrases + clauses);
}
<--- Was I Helpfull? Let me know ---<