Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
a=5
if rem(a,2)==0
output=even
else
output=odd
end
  4 Commenti
Jan
Jan il 10 Apr 2022
I do not understand your message. Which problem do you want to solve?
the cyclist
the cyclist il 14 Mag 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?

Accedi per commentare.

Risposte (0)

Prodotti


Release

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by