This is what I have: [JavaScript] My Point - Pastebin.com (Not sure how the forums work with code, but I thought that would be the easiest way to do it.)
It gives me two errors, both with the parenthesis in the print line.
C:\Users\Tfence\Desktop\MyPoint.java:51: error: <identifier> expected
System.out.println(point12distance);
........................^
C:\Users\Tfence\Desktop\MyPoint.java:51: error: <identifier> expected
System.out.println(point12distance);
..............................................^
I don't see what the issue here is?