Convert Character to Lowercase in Java

# Introduction In Java programming, the `toLowerCase(char ch)` method is used to convert the given character argument to lowercase. This method uses case mapping information provided by the Unicode Data file. In this lab, you will learn how to use this method in Java programs.

|60 : 00

Click the virtual machine below to start practicing