Assignment 3

Create a program, using View.java , that will calculate the a grade for a student.

The user will enter the number of tests.
The user will enter the number of homeworks.

The user will enter a score for each homework.

The user will enter a score fore each test.

Screenshot of Homework 3




The output should be the (homework average * 40% ) + (test average * 60%)