lukas förström
Followers: 0 Following: 0
Feeds
提问
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...
4 years 前 | 1 个回答 | 0