photo

JAISAI KRISHNAN


Last seen: oltre 2 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Odd and even numbers
You can use bitwise 'AND' to check if the number is odd (or) even. vec = 1:1:10; oddCheck = bitand(vec,1);

oltre 2 anni fa | 0