visual basic For my visual basic assignment I am really not sure how to even go about starting this aissgnment but I will tell you whats expected to give give you some ideas Thanks!. I am supposed to creat an application that displays the total credit hours and GPA for a student during one semester. Must use three labels for the output: one for for the total credit hours , one for the GPA, and one for the number of grades entered. When the user clicks the enter data button, two input boxes should appear in succession: one for the number of credit hours such as (3) and the next for the corresponding letter grade such as (A). One credit hour of A is worth 4 grade points, an hour of B is worth 3 grade points, and so on. The enter data button's Click event procedure should allow the user to enter as many sets fo credit hours and grades desired. The labeles on the form should be updated after the user enters the letter grade. Thanks again. |