Question 6 If you wanted to convert from upper case to lower case, you could: Subtract 32 from all chars Add 32 to 'A' t
Posted: Sat May 14, 2022 6:39 pm
Question 6 If you wanted to convert from upper case to lower case, you could: Subtract 32 from all chars Add 32 to 'A' to 'Z' chars Subtract 32 from 'A' to 'Z'chars Add 32 to all chars