Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Project 01: Calculator CLI

Objective

Build a simple command-line calculator that can perform:

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Exponentiation

Concepts Used

  • Input/Output
  • Functions
  • Control Flow