Hi All,
I am new learner for Java.
My doubt is:
public static void mystery (int list [], int size)
parameter: int list [], int size
declaration: int [] alpha = new int[50]
Q: Produce a valid call to the method mtstery.
My answer: mystery(alpha,5 0); (isn't correct?)
BTW what is the valid call mean?
Thanks and appreciate for the assist.
Brgs,
ChiaSien
I am new learner for Java.
My doubt is:
public static void mystery (int list [], int size)
parameter: int list [], int size
declaration: int [] alpha = new int[50]
Q: Produce a valid call to the method mtstery.
My answer: mystery(alpha,5 0); (isn't correct?)
BTW what is the valid call mean?
Thanks and appreciate for the assist.
Brgs,
ChiaSien
Comment