

InterviewSolution
Saved Bookmarks
1. |
Write a program to find whether the given number is odd or even |
Answer» Even......else ......cout<<odd<br>Use this condition......cin>>i ;.......if(i % 2 == 0)...cout< | |