System.out.println not printing, weird output
Hello everyone I am VERY new to java and have written a simple class to hold the x-coord, y-coord and radius of a circle. So far I have written class, constructor, etc. up until a print of the current x coordinate of the circle.
here is the code:
[Java] mejava2 - Pastebin.com
this is the output, that i am receiving after building and running. PS I am using Netbeans.
javaoutputme - Pastebin.com
Can anyone explain why it is not just printing the x integer, and what all of the stuff in the output means.
Thanks.