//Divides a number by two using bit shift operator #include int main() { int a; cout<<"Enter a number : "; cin>>a; cout<