Hello, I am a fresh beginner to C++ and wrote a story to my triple X game to reflect a haunted mansion theme.
I’ve written my code to state the player is on (number) floor of the mansion, but a better way to put it would be “You are on the 1st/2nd/3rd floor”. Is there a way to increase the level difficulty using ordinal numbers?
Below I have all of the code I have written thus far. (I am on Lesson 28 Function Parameters).