Question: i keep getting this error: please help, what am i doing wrong? error: invalid method declaration; return type required public StackOfIntegers(){ ^ error: invalid method
i keep getting this error:
please help, what am i doing wrong?
error: invalid method declaration; return type required public StackOfIntegers(){ ^
error: invalid method declaration; return type required public StackOfIntegers(int capacity) { ^
original:
public StackOfIntegers(){ this (size); }
public StackOfIntegers(int capacity) { elements = new int[capacity]; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
