I'm not sure if this was intentional or not. But several students have mentioned it.
Step #9.
Add this line of code below what you added in step 11 string userInput = Console.ReadLine();. This will get what the user enters before hitting enter.
I believe this should reference step 8 not step 11?