C Currently Working Scramble Game One Functions Needs Take Input Convert Letters Word Eith Q37195040

C++

Currently working on a scramble game and one of the functionsneeds to take input and convert all letters of the word to eitherupper or lower case and I am having trouble formulating thefunction.

A bit of background:

This is a game that presents the user with a scrambled word theyhave to guess. Input of the secret word(s) is received from a filethat is loaded into a char array. The function Ineed assistance with should be receiving the secret word andsetting the case to either upper or lower (does not matter which,just needs to be uniform casing).

Any guidance is greatly appreciated!!


Answer


//

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.