Using MS Viso, flowchart a program, using conventions presented in the text, that will prompt user to input a name and the number of credit hours taken towards their degree. Your program will calculate that number as a percentage of the total 65 hour degree. Out in a module, print a report header that lists the name of the school then return to the main logic to output a sentence that includes the users name and the percentage of completion towards a degree. Your program must declare all variables and use proper variable naming conventions