photo

lukas förström


Last seen: environ 4 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

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...

environ 4 ans il y a | 1 réponse | 0

1

réponse