isComposite()Determines if a number is a positive integer that is divisible by other integers apart from 1 and itself.
true if num is divisible by another integer other than 1 and itself, otherwise false.This function directly requires the following function which is included automatically:
isPrime()