show/hide this revision's text 2 code formatting

Q: So write a method to convert a string to uppercase

A:

double string;
int main{
         cout >> >> "Please Enter an uppercase string >>;
             >>;
         cin << string;
}

....sadly I am not kidding and this is exact.

show/hide this revision's text 1

Q: So write a method to convert a string to uppercase

A: double string; int main{ cout >> "Please Enter an uppercase string >>; cin << string; }

....sadly I am not kidding and this is exact.

    Post Made Community Wiki by Community