Implementation of Character class which will contain a single character within. It contains comparisons between different characters and the same similar to how integers are compared. When printing out certain characters which include the following: alarm, backspace, delete, escape, newline, null, return, space, and tab. These are currently hard-coded via a switch statement.
Implementation of Character class which will contain a single character within. It contains comparisons between different characters and the same similar to how integers are compared. When printing out certain characters which include the following: alarm, backspace, delete, escape, newline, null, return, space, and tab. These are currently hard-coded via a switch statement.