inexQ
inexQ
CC#
Created by inexQ on 12/26/2022 in #help
❔ 2 Errors in image downloading
48 replies
CC#
Created by inexQ on 12/24/2022 in #help
❔ Text Search - Winforms
3 replies
CC#
Created by inexQ on 12/22/2022 in #help
❔ 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);
for(int number = 1000; number < 0; number - 7)
Console.WriteLine("{0} - 7 = ", number);
Error - The name "number" does not exist in the current context
28 replies