NCCU-ProgrammingLanguage1- Assignment 3-yourStudentId

35.00 $

Category:

Description

Rate this product

Programming Language I 2019
1
Assignment 3
Requirements:
• Create a Java project named yourStudentId_HW3
• Read instructions and create classes needed. You are supposed to add 3 classes (2 required + 1 Tester) to the project.
• Your code must be properly formatted with sensible variable names! Refer to the text for code format examples.
• The instruction for Tester and output are for your reference.
• Make sure your classes correctly implement the public interfaces.
The following diagram describes two class you need to implement.

3. Write Javadoc and generate Javadoc by using “Project -> Generate Javadoc…” in Eclipse.
4. Note that all instance variables are private. Please use public interfaces to access private variables.
5. Hint: the input parameter in calculateAvg(…) and summarizeGrade(…) are from the student’s object

  • Assignment-3-jnsbnt.zip