Hello! We have 0 resources for you...
A python language function to convert decimal numbers to binary
In this code snippet, we’ll show an example of a Python language function to convert decimal numbers…
A python language function to generate n number of perfect numbers (equal to the sum of its non-negative divisors but not itself).
In this code snippet, we’ll show an example of a Python language function to generate n number…
A python language function to create a list of n prime numbers up to a limit number
In this code snippet, we’ll show an example of a Python language function to create a list…
A python language function to check if a year is a leap year
In this code snippet, we’ll show an example of a python language function to check if a…
A python language function to check if a word is a palindrome (the same backwards)
In this code snippet, we’ll show an example of a Python language function to check if a…
A python language function to check if a given number is a perfect number
In this code snippet, we’ll show an example of a Python language function to check if a…
A collection of python language functions to calculate the area of square, rectangle, scalene triangle and circle
In this code snippet, we’ll show an example of python language functions to calculate the area of…
A PHP Method to create the Fibonacci sequence up to a specific number into an array
In this code snippet, we’ll show an example PHP method to create the Fibonacci sequence up to…
A PHP Method to Generates Fibonacci (Golden Number) list using Division
In this code snippet, we’ll show an example PHP Method to Generates Fibonacci (Golden Number) list using…
Generate the mean average number from an array set of numbers in PHP
In this code snippet, we’ll show an example of how to generate the mean average number from…
A PHP function to check if a given number, is a prime number
In this code snippet, we’ll show an example of how to check if a given number, is…