CPPForSchool.com: Library Function Set 1: Assignment 5
5.
Write a program which accept a letter and display it in uppercase letter.
This assignment was not too difficult because of my prior assignments. Apparently, I was a bit too advanced for the prior assignments because I already implemented this conversion to ensure that char inputs would be interpreted as the same response. Admittedly, there is a problem with my code. If the user decides to input a number or special character, there is currently no deciphering algorithm to address it. I could add it in, but I want to move forward with the rest of the assignments. Besides, this is not something I have not done in the prior assignment(s) already.
This assignment was not too difficult because of my prior assignments. Apparently, I was a bit too advanced for the prior assignments because I already implemented this conversion to ensure that char inputs would be interpreted as the same response. Admittedly, there is a problem with my code. If the user decides to input a number or special character, there is currently no deciphering algorithm to address it. I could add it in, but I want to move forward with the rest of the assignments. Besides, this is not something I have not done in the prior assignment(s) already.
Comments
Post a Comment