Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 552 Bytes

File metadata and controls

11 lines (9 loc) · 552 Bytes

Java Calculator That Mimics Assembly Language Input

Description

This project is a fun project that utilizes Java's BigDecimal class to create a simple calculator that mimics assembly langauge input. There is a light weight test program included to interact with the class.

Objectives

  1. Practice accounting for round off precision errors within Java by utilizing Java's BigDecimal class.
  2. Demonstrate ability to thoroughly document code.
  3. Provide an example of a CLI use case.