-
Notifications
You must be signed in to change notification settings - Fork 56
KapreKar.java #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
KapreKar.java #18
Conversation
anku580
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a comment. Please update the PR.
kaprekar.java
Outdated
| // Java program to check if a number is | ||
| // Kaprekar number or not | ||
|
|
||
| class GFG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The filename and the class name should have to be same otherwise the code won't run. Please update the class name.
And, make sure to use Came casing while renaming the file as well as the class name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for letting me know.I have done the required adjstment
ankitw12-web
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated the given file
ankitw12-web
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
file name changed
program of kaprekar number