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.
|
2 | code formatting | ||
|
Q: So write a method to convert a string to uppercase A:
....sadly I am not kidding and this is exact. |
||||
|
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♦
|
||||
|
|
||||