Check if a number is a perfect square having all its digits as a perfect square
Given an integer N, the task is to check if the given number is a perfect square having all its digits as a perfect square or not. If found to be true, then print âYesâ. Otherwise, print âNoâ.Examples: Input: N = 144 Output: Yes Explanation: The number 144 is a perfect square and also the digits of