Learning Java by Building Android  Games
上QQ阅读APP看书,第一时间看更新

Making variables useful with operators

Of course, in almost any game, we are going to need to do things with these values. We manipulate variables with operators.

As we did with variable types, let's discuss the most used operators in this book.