Perfect Square factors of a Number
Given an integer N, the task is to find the number of factors of N which are a perfect square. Examples: Input: N = 100 Output: 4 Explanation: There are four factors of 100 (1, 4, 25, 100) that are perfect square.Input: N = 900 Output: 8 Explanation: There are eight factors of 900 (1, 4, 9, 25, 36,