Heya folks!
I've recently started learning java because i'd like to create my own games, i'll stay here until i have mastered the ways of java (which will probaly be a very long time) I already have prior Lua exprience. This is my very very first code, i know it probaly looks horrible to all you advanced java coders. Oh well, here i go.
class helo { public static void main(String[] args) { bob = Bob(); bob.speedUp(10); bob.printStates(); } }
I'm expecting it to print out 10. Why isn't this happening?
Thanks in advance.