Kotlinlearncs.online LogoJava
Return to List

Homework: Static Adder

Created By: Geoffrey Challen
/ Version: 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.

Related Lessons

Stuck? You may find these lessons helpful: