0
I am programming the screen of a game where will show the player’s score in progressive mode, it shows the score at the end of the match but does not show with the effect of time between numbers. my while is wrong?
int n = 0;
while (n < sPontuação)
{
n++;
}
Console.WriteLine("", n);
I didn’t know this function so there was no way I could search for it! How can I change the question?
– who who who who
Change why?
– Jéf Bueno
was marked as duplicate question and I received notice to edit it differently. I am new here on the forum..
– who who who who
Voce will keep my question as duplicate?
– who who who who
Yes. It’s duplicate. It’s not?
– Jéf Bueno
Yes, because what you asked for is already solved in the other question.
– Woss
I understood. I think it goes from point of view, because this existing one would not solve my doubt, I am new in c# and for me just the while was enough..
– who who who who