Command Line Calculator
Infix to postfix calculator.
Using a command window, DOS window or Linux Shell Window, provide users a command line calculator that performs (add, subtract, multiply, divide, modulos, incrementor, bit shifting)
Using .Net 8 Core, a program that will allow a user to perform math expressions from the command line.
The program take an infix notation expression, converts it to postfix notation and then provides a solution.
command line calculator.
Source code has a C# function to convert Infix notation to Postfix notation.
Source code has a C# function to use Postfix expression to run through a calculator.
How to change colors on console app.
How to put window frame around content on a console app.
software nuggets clm.
Solve math equations inside the command window.
@SoftwareNuggets ,#softwarenuggets