Kotlinlearncs.online LogoJava
Return to List

Homework: Overloaded Multiply

Created By: Geoffrey Challen
/ Version: 2020.9.0

Let's practice with function overloading. Write two versions of a function called multiply. The first should take two Double arguments and return their product (as a Double). The second should take three Double arguments and return their product (as a Double).

Related Lessons

Stuck? You may find these lessons helpful: