Introduction
In this lab, you will learn how to use the toUpperCase()
method of the Character
class in Java. The toUpperCase()
method is used to convert the given Unicode code point character argument to uppercase using the case mapping information provided by the Unicode data file.