16.08.2017, 17:45
Yes. Also here is a tip:
Код:
new Variable = 10; //You can use this: Variable--; //To decrease a variable. //Which basically means: Variable= Variable - 1;