#include #include void main() { clrscr(); int num; cout<<"\n\t Enter any number: "; cin>>num; if(num%2==0) cout<<"\n\t The given number "<