From feb61ff33d63c753613ae540106d56bd379f877c Mon Sep 17 00:00:00 2001 From: mo Date: Sun, 7 Jul 2019 16:14:39 -0600 Subject: add classes as per the class diagram --- src/Q5/ComputeIntellect.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/Q5/ComputeIntellect.java (limited to 'src/Q5/ComputeIntellect.java') diff --git a/src/Q5/ComputeIntellect.java b/src/Q5/ComputeIntellect.java new file mode 100644 index 0000000..f195783 --- /dev/null +++ b/src/Q5/ComputeIntellect.java @@ -0,0 +1,13 @@ +package Q5; + +import java.io.*; +import java.util.*; + +public class ComputeIntellect { + private int doctorate; + private int highschool; + private int postgraduate; + private int undergraduate; + + public void distributionOfQualification(Citizen[] citizens) {} +} -- cgit v1.2.3