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

asked
User Ominug
by
8.7k 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.
answered
User Magdalena
by
7.7k points