Correct option is C
If statement (A) is true, we know:
P=n2for somen>1
such that P>1.
A prime number is defined as:
A number p is prime ⟺its only divisors are 1 and p.
Any perfect square P = n2, where n>1, is divisible by n (other than 1 and itself), so it cannot be prime.
Thus, if P is a perfect square and P>1 :
P is not primeOnly A is required