Skip to content

Basic calculator implemented with JavaFX that supports Prefix and Postfix expressions

Notifications You must be signed in to change notification settings

calistakerins/Basic-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Project — Calculator GUI

Special Features:

  • Supports name bindings. Essentially, variable names that map to values. These variables should be mutable, i.e., their values can be changed.
  • The user can write expressions in postfix or prefix notation, as they prefer.

Learning objectives

This project directly addresses the following learning objectives:

  • Use Application Frameworks
  • Use functional programming and write lambda expressions
  • Develop and properly organise multi-source file projects
  • Use modularity in building a project
  • Describe single inheritance, using abstract base classes
  • Describe class members and methods
  • Use polymorphic methods and interface types
  • Implement and evaluate for use a selection of object-oriented design patterns

About

Basic calculator implemented with JavaFX that supports Prefix and Postfix expressions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages