Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I want the Java coding for the activity in the picture that is attatched which should be made using software named IntelliJ please. Activity 1

image text in transcribed

I want the Java coding for the activity in the picture that is attatched which should be made using software named IntelliJ please.

Activity 1 (Portfolio Task): Implement classes Student, Module, Grade and Student Support Office that provide the following functionality: Class Student: o Stores student id, and average grade for the student o Creates a human friendly representation of the class (i.e.toString()) Class Module: o Stores module id, and average grade for the module o Creates a human friendly representation of the class (i.e. toString()) Class Grade: o Stores a module, a student and a score (i.e. the score of the student for that module) Class StudentSupportOffice: o Creates modules, students and grades (while keeping up to date lists of modules, students and grades) o Grades can be inserted (a score for a new module-student pair), updated (updating a score for an existing module-student pair) or deleted (deleting an existing module- student pair) o Changes to grades must be reflected on modules and student's averages (i.e. averages must be recalculated for the given module and student) o Prints averages for modules and students based on up to date data Discuss your progress with your Tutor during practical sessions. What to include in your Portfolio: Report: Describe in your report which parts of Activity 1 have been successfully implemented IntelliJ Project: Include your Java code for Activity 1 in your IntelliJ project under package "Practical_12

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Database Programming With Visual C# .NET

Authors: Ying Bai

1st Edition

0470467274, 978-0470467275

More Books

Students also viewed these Databases questions

Question

Write a Python program to check an input number is prime or not.

Answered: 1 week ago

Question

Write a program to check an input year is leap or not.

Answered: 1 week ago

Question

How do modern Dashboards differ from earlier implementations?

Answered: 1 week ago