I am getting this error in my code for a c# console application
case 5:
Console.WriteLine("User selected to Quit, option " + response);
Environment.Exit;
break;
// Error Only assignment, call, increment, decrement, and new object expressions can be used as a statement