When looking at the method below, what sort of data should it return?
public void hop3Times() { this.hop(); this.hop(); this.hop(); }
There are no hints for this question