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

7 Ansichten (letzte 30 Tage)
a=5
if rem(a,2)==0
output=even
else
output=odd
end
  4 Kommentare
Jan
Jan am 10 Apr. 2022
I do not understand your message. Which problem do you want to solve?
the cyclist
the cyclist am 14 Mai 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?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Produkte


Version

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by