Ask Question

What data type is required for the argument in the toupper and tolower functions?

+2
Answers (1)
  1. 30 May, 13:04
    0
    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.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What data type is required for the argument in the toupper and tolower functions? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers