Problem:
Question 1- Write a ‘C' program to convert miles to kilometers. (Recall that 1 mile = 1.6 km). Also draw its flowchart.
Question 2- Write a class that will be used by a program driver to enter in grades that a student has earned and the prints out their final grade.
Please describe the code with the help of comments.