You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: