Homeowrk 3: Functions

Part 1: Student Calculator

So for this assignment we had to create a student grade calculator that would calculate student final average based on Participation, Midterm, Final Exam and Homework Averge upon input from the user; and isplay it as a letter grade

Additionally the assigment required that the student provide


Part 2: Commission Calculator

SO for this assingment we had to create a commmission based javascript calculator, it would use arrays and loop function to store and make the necessary calculations dynammucally