Quote:
Originally Posted by rawrpenguinlion
For some reason when we use a standard getter there is nothing being print out at all. Not even a zero. Do you know what this could be?
|
The get() method returns an int, so this seems like an issue with the print statement. How are you trying to print? Is that code being called as expected?