Are you?

<p>Hmm?????????????</p>

<p>Why wouldn’t I be? :P</p>

<p>Yes, yes i am.</p>

<p>Extremely.</p>

<p>No…Should I be?</p>

<p>ThIs ThReAd Is NoNsEnSiClE.</p>

<p>i rEmEmBeR wHeN i uSeD tO tYpE lIkE tHiS… wOw tHiS iS anNoYinG tO tYpE.</p>

<p>I’ve never actually typed like that before… let me try. </p>

<p>HmM wElL tHiS iS vERy iNtErEsTIng BuT i’M gETtiNg rEaLLy aNnoYeD WiTh iT aLrEAdY sO I guess I’ll stop.</p>

<p>jOiNiNg tYpInG tHiS wAy</p>

<p>…waitwat…?</p>

<p>A commitment to excellence</p>

<p>A commitment to excellence</p>

<p>I typed it in regular font to contrast the lovely colors supplied by TCBH.</p>

<p>Your mother is.</p>

<p>^ Oooh, ouch :P</p>

<p>Your FACE is.</p>

<p>WHAM! Your dad is.</p>

<p>


</p>

<h1>include <iostream></iostream></h1>

<h1>include <cstdlib></cstdlib></h1>

<h1>include <ctime></ctime></h1>

<h1>include <string></string></h1>

<p>using namespace std;</p>

<p>int main()
{
    string str;
    int i, len; 
        srand(time(NULL));</p>

<pre><code>cout<<"Input string: ";
cin>>str;

len = str.length();

for(i=0; i<len; ++i)
{
        str*=tolower(str*);
    if(rand()%2)
        str*=toupper(str*);
}

cout<<str;
    return 0;
</code></pre>

<p>}


Would it work?</p>