User profile: TheRealIronMan

User info
User name:TheRealIronMan
History
Joined:
Number of posts:4
Latest posts:

Convert a letter into ASCII code
Clarification needed..... Are you looking for one input or four inputs. If it is one, then what is...

Can you condense this switch statement?
Thank you all for the input, I ended up choosing @Arslan7041's idea for the argument using (num * 0)...

This should be easy but I have tried and failed
Move "inputLetter = toupper(inputLetter);" on line 15 to below "cin >> inputLetter;" on line 75. ...

Can you condense this switch statement?
Upon completing this assignment I get this extremely long switch statement. It gets the job done, bu...