Computer Science, asked by pamitasarkar030, 2 months ago

what is the process to convert uppercase character to lowercase​

Answers

Answered by snigdhasingh0714
0

Explanation:

To convert any string from uppercase to lowercase, use the method toLowerCase() to convert all the uppercase character present in the string to lowercase

Similar questions