Skip to content

Instantly share code, notes, and snippets.

/*
# CALCULATOR PROGRAM
#
# This calculator program handles addition (+), substraction (-), multiplication (*), division (/), modulo (%), exponentiation (pow(base, exponent)),
# square root (sqrt(expression)), creating user-defined variables or constants and editing those user-defined variables.
#
# Type "help" for help regarding other commands.
#
#
# The general grammar of the program: