Computer Science, asked by akkir4698, 15 days ago

write one example for the syntax for returning text in lower case

Answers

Answered by Anonymous
6

Answer:

LCASE or LOWER takes a character expression as a parameter and returns a string in which all alpha characters have been converted to lowercase.

Similar questions