midterm
Activities:
1. MidTerm - Java program
Create a new Project in Netbeans. Use the following naming convention for the project: lastname_MidTerm . Example: smith_MidTerm
Add your name, course number, and Assignment number to the top of all classes as a comment
Document all functionality using comments
Variables must be declared either at the top of the class or method depending on the scope requirements of the variable.
Using Object Oriented Programming Practices, create an app that will allow a user to calculate the average for as many sets of grading scores as the user would like. Here are some requirements:
The app must have at least four classes using the MVC model. Correctly apply names to the package, classes, and files.
Hint: you can create a class for the Main, a Model, a class for the View, and a class for the Controller. The Main can instantiate the Contr
1. MidTerm - Java program
Create a new Project in Netbeans. Use the following naming convention for the project: lastname_MidTerm . Example: smith_MidTerm
Add your name, course number, and Assignment number to the top of all classes as a comment
Document all functionality using comments
Variables must be declared either at the top of the class or method depending on the scope requirements of the variable.
Using Object Oriented Programming Practices, create an app that will allow a user to calculate the average for as many sets of grading scores as the user would like. Here are some requirements:
The app must have at least four classes using the MVC model. Correctly apply names to the package, classes, and files.
Hint: you can create a class for the Main, a Model, a class for the View, and a class for the Controller. The Main can instantiate the Contr