beyondgrader.com Logo
DemoBrowseAboutTeamLogin

Overloaded Add

Geoffrey Challen // 2021.2.0

Write two versions of a function called add. The first should take two double arguments and return their sum (as a double). The second should take three int arguments and return their sum (as an int).