Convert Unicode Code Point to Title Case

# Introduction The `toTitleCase(int codePoint)` method of the `Character` class converts the specified Unicode code point character argument to titlecase using case mapping information from the UnicodeData file. This lab provides a step-by-step guide to use this method with examples.

|60 : 00

Click the virtual machine below to start practicing