Postfix Calculator

pc-1
pc-2
pc-3
pc-4

Project information

  • Category: Desktop App
  • Completion Date: November 26, 2022
  • Technologies Used: Java, JavaFX, XML
  • GitHub URL: Postfix Calculator Repo

This postfix calculator is a simple postfix notation calculator built with JavaFX. It features a user interface with buttons for numbers, arithmetic operators, and a display area. Users can input mathematical expressions in postfix notation and the calculator will ensure that the proper order of operations (PEMDAS) will be used. The program then evaluates the expression and displays the result. It also handles error cases, such as division by zero or incorrect input formats, providing feedback to the user in the display area.

Designed by BootstrapMade