write a C program that determines if the input is a prime guassian number or not. if it is, the output should print the number entered and say this is a prime number. If it is not, then the output should print the factor of the number entered and and a message saying this is not a prime number.