I am doing an exercise where I convert all the strings in a vector to uppercase. The limitations for this exercise is to use the toupper() function and a range for-loop. The