Write a Java program that counts the number of numbers between 1 and 1 million that are evenly divisible by 9, 13, 27, or 81. Your program should display the total count to the screen.