Code and Memory Error(I'm back) My apologies.
Well I'm back. Sorry about this. Here is my code, there is a problem:
See bottom for code.
Two errors, both pointing towards the subtraction symbols. It reckons a class is required, and that it found a value. (I'm using Textpad)
I also got a worrying comment, saying: "The system is out of resources. Consult the following stack trace for details.
java.lang.OutOfMemoryError
double distance = Math.sqrt((xtwo - xone)(2) + (yone - ytwo)(2));

