Draw a flow-chart and Write a program that asks the user to enter students grades. The program should stop reading when the use enters ‘*’. In addition, your program should print the number of students got each grade. The grades can be A, B, C, D, and F. You should check for both upper and lower case letters. Your program should check for any invalid input other than ‘*’ and print appropriate message.