Mini Assignment 1 - Tally Class
Technology: Java, Eclipse
Here, I made a class that performed different actions on a tally numbering system.
Such 1 = | 2 = || 3 = ||| 5 = * and so on. Some of the program's methods include combining
two tally sets, converting a set to a number, and coverting a number to a tally.
Project Files
TallyNumber.java (click on image to download file):
TallyNumberTest.java (click on image to download file):
Output of TallyNumberTest.java: