This is calculator of project detail

Project information

  • Project: calculator
  • Program: C#
  • Function: four fundamental operations of arithmetic, brackets, power, decimal point and remainder
  • Responsibilities: Program Design, User Interface Design

Combine the infix to postix and stack, queue structure learned from Data Structure to implement four fundamental operations of arithmetic. Besides, add brackets, power, decimal point and remainder function by using class and operation overloading to realize.