tianhao
02/09/2019, 2:24 AMop: (Double, Double) -> Double
and the parameters I will pass could be: { op1, op2 -> op1 + op2 }
, { op1, op2 -> op1 - op2 }
or { op1, op2 -> op1 / op2 }
. So how can I check op
is equals \
operation I passed in inside of the method?Anton Lakotka [JB]
02/09/2019, 9:22 AM