# 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.
Click the virtual machine below to start practicing