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...
5 years 前 | 1 个回答 | 0
提问
5 years 前 | 1 个回答 | 0