We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4316ee7 commit c842212Copy full SHA for c842212
palindrome.cpp
@@ -1,4 +1,4 @@
1
-//check weather a number is palindrome or not.
+//check weather a given number is palindrome or not.
2
#include<iostream>
3
using namespace std;
4
int main(){
0 commit comments