Static Adder
Geoffrey Challen // 2020.9.0
Create a class named Math
. Math
should declare a companion object with a method named add
.
add
should accept two Int
arguments and return their sum.
Create a class named Math
. Math
should declare a companion object with a method named add
.
add
should accept two Int
arguments and return their sum.