WAP in java to check whether a number is pronic number or not
import java.util.*; class loop { public static void main(String args[]) { Scanner ob=new Scanner(System.in); int a,n=0,k=0; System.out.println("Enter a"); a=ob.nextInt(); for(int i=1;i