Java icon indicating copy to clipboard operation
Java copied to clipboard

Added program to check Lucky number

Open TaranjeetSinghKalsi opened this issue 1 month ago • 1 comments

Added program to check if a given number is a Lucky number or not using recursive and iterative approaches with testcases

  • [x] I have read CONTRIBUTING.md.
  • [x] This pull request is all my own work -- I have not plagiarized it.
  • [x] All filenames are in PascalCase.
  • [x] All functions and variable names follow Java naming conventions.
  • [x] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • [x] All new code is formatted with clang-format -i --style=file path/to/your/file.java

TaranjeetSinghKalsi avatar Oct 26 '25 19:10 TaranjeetSinghKalsi