0
Anybody plz help
I want to make a code which demands integers from us and identifies the even,odd, positive and negative numbers from given array
2 Réponses
0
Traverse the array using loop and check the elements applying condition on it.
0
https://code.sololearn.com/cBz074RGI4oH/?ref=app
How can it classify single number as even as well as positive?