Hi
I'm trying to write a program that calculates the the length of two vectors of length N that are represented with one dimensional arrays and compute the Euclidean distance between them.
Any hints?
--- Update ---
I get the erorr Main method must return a value of type void in class Ed, please define the main method as public void main....