Borrar filtros
Borrar filtros

how can i cheak the number if it even or odd ? Preferably use (rem) if we can

1 visualización (últimos 30 días)
a=5
if rem(a,2)==0
output=even
else
output=odd
end
  4 comentarios
Jan
Jan el 10 de Abr. de 2022
I do not understand your message. Which problem do you want to solve?
the cyclist
the cyclist el 14 de Mayo de 2022
In your code, you set a equal to 5. So, you want your code to "tell" you that that is an odd number. But, what do you want the program to do?
  • Output the string "odd"?
  • Output the string "a is an odd number"?
  • Output the string "5 is an odd number"?
All of these things are easy to do. What do you need?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by