
Michael Fazio
15,586 PointsThe code provided will not run within the console - why?
class Program { static void Main() { // Prompt user for minutes exercised System.Console.Write("Enter how many minutes you exercised: ");
// Add minutes exercised to total
// Display total minutes exercised to the screen
// Repeat until user quits
}
}
1 Answer

Michal Slotwinski
13,811 PointsIm not sure what you mean, but i have checked the code and it does work.