Skip to content

This is an implementation of a postfix calculator. Runs in the terminal, uses a custom linked list based stack.

Notifications You must be signed in to change notification settings

kf4x/Postfix-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

#Postfix calculator

Fall 2013 UNM Java CS241

##Description In this assignment, you will implement a postfix calculator. This program allows a user to enter operands and operators at the command line and calculates the result as a postfix calculator would.

About

This is an implementation of a postfix calculator. Runs in the terminal, uses a custom linked list based stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages