Skip to content

Conversation

@Brettj85
Copy link
Owner

No description provided.

{
current_number = Console.ReadLine();
int number = Convert.ToInt32(current_number);
if (current_number == "e")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do you exit? Have you tried exiting?

@@ -0,0 +1,155 @@
using System;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I cannot build this project. I get the following errors when I attempt to dotnet run.

GuessingGame.cs(11,29): error CS0246: The type or namespace name 'CheatController' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\daniel.ferguson\Downloads\ACA\Brett\guessingGame\guessingGame.csproj]
GuessingGame.cs(41,61): error CS0246: The type or namespace name 'CheatController' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\daniel.ferguson\Downloads\ACA\Brett\guessingGame\guessingGame.csproj]
PlayController.cs(11,9): error CS0246: The type or namespace name 'CheatController' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\daniel.ferguson\Downloads\ACA\Brett\guessingGame\guessingGame.csproj]
GuessingGame.cs(39,17): error CS0246: The type or namespace name 'CheatController' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\daniel.ferguson\Downloads\ACA\Brett\guessingGame\guessingGame.csproj]

The build failed. Please fix the build errors and run again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants