Java problems, array of objects and more

Thread Starter

chrill3123

Joined Apr 21, 2010
9
I have made a simple program for calculating distance for multiple points in the plane, but I now have hard time to get it work:mad:. I have not implemented any method for calculating the distance, I want to get everything work before that.

Iam grateful for any help.
 

Attachments

Last edited:

kubeek

Joined Sep 20, 2005
5,795
You need to declare variables readin, pos and positions of the right type in the right place, but isn´t that obvious from the compiler errors?
 
Top