Java Exp 10
AI-enhanced title
class Prime
int N = 4;
int flag = 0;
if (N%i==0)
flag = 1;
break;
if (flag == 1)
else
OUTPUT:-