diff options
| author | mo <mo.khan@gmail.com> | 2019-07-07 16:14:39 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2019-07-07 16:14:39 -0600 |
| commit | feb61ff33d63c753613ae540106d56bd379f877c (patch) | |
| tree | d88acef310a08747db68fc7962caf9dfbf2a0956 /src/Q5/ComputeIntellect.java | |
| parent | 8b59d4e67e1d56cc1712307bf6436352419e13f7 (diff) | |
add classes as per the class diagram
Diffstat (limited to 'src/Q5/ComputeIntellect.java')
| -rw-r--r-- | src/Q5/ComputeIntellect.java | 13 |
1 files changed, 13 insertions, 0 deletions
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) {} +} |
