Respuesta aceptada

Birdman
Birdman el 16 de En. de 2018

0 votos

a=input('Enter a\n');
b=input('Enter b\n');
if ~mod(a,b)
y=0
else
y=b-mod(a,b)
end

Más respuestas (0)

Categorías

Etiquetas

Preguntada:

el 16 de En. de 2018

Respondida:

el 16 de En. de 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by