Create a different version of the Grade Calculator program from the zybook chapter 3 that calculates the overall grade for four equally-weighted programming assignments, where each assignment is graded out of 50 points. Hint: First calculate the percentage for each assignment (e.g., score / 50), then calculate the overall grade percentage (be sure to multiply the result by 100).