Exercises on Strings

This is a fun exercise on string manipulation. Check it out!

We'll cover the following

Question

Write code below to convert all the letters in the string variable province to Uppercase letters.

For example :

Input: Quebec

Output: QUEBEC     

Hint: Ascii Table.

Another hint. Check below:

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy