Skip to content
/ calcoola Public

A text based assignments calculator written in Java

Notifications You must be signed in to change notification settings

RonTG/calcoola

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

calcoola

Welcome to Calcoola!

A text-based calculator written in Java.

The input is a series of assignment expressions. The syntax is a subset of Java numeric expressions and operators.

  • You can use (positive/negative) numbers and variables as Operands
  • You can use ++, --, +, -, *, /, % and ^^ (Power of 2) as Operators

Input Constraints:

  • Whitespace is required before/after ++ and -- with respect to their position (i.e X++ ++X)
  • Whitespace is required before positive/negative (+/-) Operands

At any stage, you can:

  • Press p to print the computed variables
  • Press r to clear the computation history
  • Press q to exit

About

A text based assignments calculator written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages