tkhambir / jv-lambda-calc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jv-lambda-calc

Write a calculator. Method calculate() should accept three parameters: two numeric values and char as operation. This method should be able to perform the following operations:

  • Addition
  • Subtraction
  • Division
  • Multiplication
  • raising to the power

About


Languages

Language:Java 100.0%