import java.util.Scanner; public class CountingTool { public static void main(String[] args) { Scanner scan = new Scanner(System.in); // See Learn the Part for the instructions. scan.close(); } }