At the moment, I am struggling through learning the concept of creating your own objects in Java. Right now, I'm attempting to create a class and object, and then print the said object. The program compiles and runs fine, but does not print anything. Because I'm new to the concept of objects, I'm pretty sure the logic of the program is not correct, but I don't know where to look first.