Create a Python program that allows user enter class name, faculty name, name of each student, and letter grade each student earned. The prgram should count and display numbers of students who earned As, Bs, Cs, Ds, and Fs. And the program should save all input and output information into a text file named ClassNameGrades.txt.