photo

JAISAI KRISHNAN


Last seen: environ 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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);

environ 2 ans il y a | 0