1) Create program in Java to read 4 specific character elements from a text file and compute division
*Example text file contents-->ATGCATCA*
2) Program will count the number of occurrences of the characters A, T, G, and C from a text file
3) Divide total number of occurrences of A by T and total number occurrences G by C
4) Print output quotients in form of "A:T = and G:C =