C#C
C#3y ago
inexQ

❔ The name number does not exist in the current context

I'm new at C#, and i had a problem with this code:
            for(int number = 1000; number < 0; number - 7)
            Console.WriteLine("{0} - 7 = ", number);

Error - The name "number" does not exist in the current context
Was this page helpful?