Skip to content

barlexandr/Calculator

Repository files navigation

Calculator

CodeFactor Build Status Language IDE Java version

Overview

This calculator is written in java using RPN

Features

  • Calculator can do + - * / actions on integers
  • Сalculator accepts numbers in Roman or Arabic notation and returns the corresponding answer
  • Сalculator supports the use of parentheses

Demonstration of work

image

Running Calculator via cmd

The version should be "16.0.1" 2021-04-20 or newer

Open cmd and write the path to the file

Now write: java -jar calculator.jar

Running via CMD