项目作者: barlexandr

项目描述 :
Java calculator on RPN
高级语言: Java
项目地址: git://github.com/barlexandr/Calculator.git
创建时间: 2021-05-23T11:22:05Z
项目社区:https://github.com/barlexandr/Calculator

开源协议:

下载


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