PrajaktaSathe / Java

Includes programs written in Java. You are welcome to contribute here!
59 stars 92 forks source link

Check for Lucky Number in Java #142

Closed srijanishere closed 2 years ago

srijanishere commented 2 years ago

Program in Java to accept a number from the user and check if it is a Lucky Number or not

Lucky Number : The sequence of natural numbers or subset of integers that we get after removing second, third, fourth, fifth, and so on number respectively from the sequence. By applying the process there still remains some numbers indefinitely in the sequence such numbers are known as lucky numbers.

srijanishere commented 2 years ago

Deleted the LuckyNumber.class file as requested.

PrajaktaSathe commented 2 years ago

Also, update the main readme file with your program details. Thanks!

srijanishere commented 2 years ago

Will do

srijanishere commented 2 years ago

@PrajaktaSathe Should I open a new PR to update the readme file?

PrajaktaSathe commented 2 years ago

Yes

srijanishere commented 2 years ago

Done, please check.