photo

lukas förström


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


write a recursive funktion that calculates the remainder r when n >= 0 is divided by d > 0
I have written this but it's not a recursive function function r = remainder(n,d) % n>=0, d>0 if d == 0 r = 0; e...

3 years ago | 1 answer | 0

1

answer