maxstmichel5229 maxstmichel5229 07-11-2022 Computers and Technology contestada Given an integer num, return the sum of the multiples of num between 1 and 100. For example, if num is 20, the returned value should be the sum of 20, 40, 60, 80, and 100, which is 300. If num is not positive, return 0.