Kotlinlearncs.online LogoJava
Return to List

Homework: Static Adder

Created By: Geoffrey Challen
/ Version: 2020.9.0

Create a class named Math. Math should have one public static method named add. add should accept two int arguments and return their sum.

Related Lessons

Stuck? You may find these lessons helpful: