Kotlinlearncs.online LogoJava
Return to List

Homework: Overloaded Multiply

Created By: Geoffrey Challen
/ Version: 2020.9.0

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: