Skip to content
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

Pull request one #115

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Pull request one #115

wants to merge 2 commits into from

Conversation

isaiah2004
Copy link
Contributor

The code does the following:

  1. If number is prime.
  2. If number is even.
  3. If number is a palindrome.
  4. If number is a perfect square
  5. If number is an Armstrong number.
  6. The divisors of number
  7. The Equivalent hexadecimal number
  8. The Equivalent binary number
  9. The Equivalent octal number
  10. If number is Fibonacci
  11. If number is a Magic Number
  12. The sum of first n numbers
  13. The list of primes till number.
  14. The Total no primes till number
  15. Sum of the digits of number
  16. If number is TRIANGULAR NUMBER.

The code does the following:
1)  If number is prime.
2)  If number is even.
3)  If number is a palindrome.
4)  If number is a perfect square
5)  If number is an Armstrong number.
6)  The divisors of number 
7)  The Equivalent hexadecimal number
8)  The Equivalent binary number
9)  The Equivalent octal number 
10) If number is Fibonacci
11) If number is a Magic Number
12) The sum of first n numbers 
13) The list of primes till number.
14) The Total no primes till number
15) Sum of the digits of number 
16) If number is TRIANGULAR NUMBER.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant