photo

lukas förström


Last seen: más de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta