Write a Program to determine a students gpa. The student should enter the grade (A,BC,D, or F) and the number of of credit hours for a course, and then click on the record this course button. The user should then repeat this process for all his or her courses. After all courses have been recorded, the user should click on the calculate GPA button. A function procedure should be used to calculate the quality points for a course.
A fast food vendor sells pizza slices ($1.75) fries ($2.00), and soft drinks ($1.25) write a program to compare a customers bill. The program should request the quantity of each item ordered in a Sub procedure, calculate the total cost with a function procedure, and use a Sub procedure to display an itemized bill.