Skip to content

theDazzler/Reverse-Polish-Notation-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCHOOL ASSIGNMENT
This is a program written in C that takes a RPN(Reverse Polish Notation) expression and evaluates it using a stack.
ex. (1 2 3 + * =) would output "5" because ((2 + 3) * 1) = 5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published