Skip to content

A C program that interprets the input as an infix expr, and gives the prefix, postfix and the value, post-conversion of roman nums in the expression

Notifications You must be signed in to change notification settings

anandimous/Roman-Nums-to-Prefix-Postfix-Calculator

Repository files navigation

README

What is this repository for?

  • Team Process PRE Project
  • CSE 410 Carl Alphonce [UNIVERSITY AT BUFFALO]

Description

A C program that reads from a file (filename.IN), interprets the input as an infix arithmetic expression, and writes to a file (filename.OUT) the prefix form of the expression, the postfix form of the expression, and the value of the expression, as shown in the following examples.

NOTE: This is my first attempt at C and thus, the code is not optimally developed

Full Description ->

Contributors

|| || | ------------ | ----------- | | Aniruddha Nandi | Nicholas Martin |

About

A C program that interprets the input as an infix expr, and gives the prefix, postfix and the value, post-conversion of roman nums in the expression

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages