0
Program reads a string and converts it to uppercase.
3 Answers
+ 4
in C# , there is ToUpper() method in the system library. F# and Haskell has it but requires a bit more code, also it comes in different name, etc.
+ 3
Using the string default library, try "toupper()" function.
0
any other program without using function in c++