I'm programming the screen of a game where it will show the score of the player in progressive mode, it shows the score at the end of the match but does not show with the effect of time between the numbers. my while is wrong?
int n = 0;
while (n < sPontuação)
{
n++;
}
Console.WriteLine("", n);