Prime Digits
4. Prime Digits Name: PrimeDigits.java All the digits to massive Mersenne primes are contained in text files. Your job is to write a program that takes one of these text file names as input from the user and displays how many times each digit appears in the prime number as well as the total number of digits. ZIP files containing such text files can be found at: http://www.mersenne.org/primes/ For example, the most recently discovered Mersenne
OR
OR