Converting String to Uppercase

# Introduction In this lab, we will convert a given string to uppercase by accessing each character using a loop and using the `toupper()` function to convert the character to uppercase, and then print the resulting uppercase string.

|60 : 00

Click the virtual machine below to start practicing