//Create a class for touch package appTouch public class Touch { private int touched = 0 Touch(int touched) { this.touched = touched } }