0
How to do backward countdown in C#
I am getting problem in doing my practice of backward countdown in C#. If anyone know pls tell me .
2 Answers
+ 4
Write a for loop, and decrement the variable, instead of incrementing.
Like: x--
https://www.sololearn.com/learning/2596/
Show your effort so we can help you.