Question: this question in java Exercise: The following activities are similar to the Item Class discussed in class and in the Item Class - Part 1
this question in java
Exercise: The following activities are similar to the Item Class discussed in class and in the "Item Class - Part 1" hand-out. The activities are centred around modules that students study on a course of study. Each module has the following properties: - code (a string) - title (a string) - level (an integer) - cwWeight (coursework weighting, an integer percentage) - exWeight (exam weighting, an integer percentage) 1. Design and implement a class Module that has the above properties. Your class should define a default constructor that initialises the properties as follows: - code ?????? - title No Title - level 0 - cwWeight 50 - exWeight 50
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
