| http://www.w3.org/ns/prov#value | - }while (num!=0); cout << The reverse of the number is: << rev << endl; if (n = = rev) cout << The number is a palindrome; else cout << The number is not a palindrome; system(pause); return 0;} Note: In the program, After #include iostream tag is there...
|