❔ The name number does not exist in the current context
I'm new at C#, and i had a problem with this code:
Error - The name "number" does not exist in the current context
Error - The name "number" does not exist in the current context
for(int number = 1000; number < 0; number - 7)
Console.WriteLine("{0} - 7 = ", number);