Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 348 Bytes

File metadata and controls

5 lines (5 loc) · 348 Bytes

Windows-10-Programmer-Calculator

A JAVA Swing GUI Programmer Calculator that performs the following:

  • All the arithmetic operations while handling the Precedence of operators. Implemented the Operator Precedence using Stack Data Structure
  • Hexadecimal, Octal, Binary and Decimal conversions
  • Conversions between WORD, QWORD, DWORD, and BINARY