mayr: dynamischer int array?

Beitrag lesen

Wollt sagen

Vector

public Vector(Collection c)
Constructs a vector containing the elements of the specified collection, in the order they are returned by the collection's iterator.
Parameters:
c - the collection whose elements are to be placed into this vector.

momentan

public int[] werte_1= new int[500];
public int[] werte_2= new int[500];