Skip to content

JOBBIN9422/cSharpCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cSharpCalc

This is a basic command-line calculator written in C#.

Features

  • Evaluates infix expressions (with or without parentheses)
  • Accepts the following operators: +, -, *, /, ^
  • Stores last calculation result in the 'ans' variable
  • Clear console with "clear"/"clc"/"cls"
  • Exit with "q"/"quit"/"exit"

About

Basic command-line calculator written in C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages