87.7k views
3 votes
What data type is required for the argument in the toupper and tolower functions?

User Ominug
by
6.8k points

1 Answer

0 votes
toupper and tolower functions work with text. Data type used for text is string.
toupper function returns a string where all letters are capitalized. tolower function returns a string where none of letters is capitalized.
User Magdalena
by
5.6k points