public class TE1_ah_ah {

//Only whats in the MAIN method will be run
public static void main(String[] args) {
spikes(); //this will print out whats defined in the spikes method
...