answersLogoWhite

0

import java.io.*; public class p_factor

{

public static void main(String args[])throws IOException

{

int arr[]=new int[50];

int n,i,j=0,k,f=0;

BufferedReader br=new BufferedReader(new InputStreamReader(System.in));

System.out.println("Enter a number");

n=Integer.parseInt(br.readLine());

for(i=2;i<n;i++)

{

if(n%i==0)

{

arr[j]=i;

j++;

}

}

for(i=0;i<j;i++)

{

for(k=2;k<arr[i];k++)

{

if(arr[i]%k==0)

{

f=1;

}

}

if(f==0)

{

System.out.println(arr[i]);

}

}

}

}

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you solve this program wap to print sum of a digit of an inputed number?

wap to print all the arnstrong no. between 100&amp;1000


WAP to print esquare 10 natural number?

yo yo as


WAP To print the squares of all even numbers from 1 to 20?

CLS PRINT "PROGRAM: Print squares of all even numbers from 1 to 20" PRINT PRINT "number", "squared" PRINT FOR number% = 1 TO 20 IF number% MOD 2 = 0 THEN PRINT number%, number% * number% END IF NEXT END


Wap to take a number from the user and print its square if the number is even otherwise incase of odd number print its cube?

#include&lt;iostream&gt; using namespace std; int main(void) { int a; int b; { cout &lt;&lt; "Please enter a number: "; cin &gt;&gt; a; b = a%2 == 0 ? a*a : a*a*a; cout &lt;&lt; "The result is: " &lt;&lt; b &lt;&lt; endl; } return 0; } - - - //Alternative #include&lt;iostream&gt; #include&lt;cmath&gt;


WAP to print even numbers upto 20 and find the total in Q-Basic?

cls total=0 for i=0 to 20 step -2 total = total+i print i ; next i print "total is " total end send by tripti


Wap to calculate reverse of a number without loops?

Main(include.h)


WAP to reverse the supplied number without using string manipulators in qbasic?

10. input number 20. let accumulator = 0 30. if number &gt; 0 then goto 80 40. let digit = number % 10 50. let accumulator = accumulator * 10 + digit 60. let number = number / 10 70. goto 30 80. print accumulator


WAP to print in c program in 0 10 010kzvcs?

#include &lt;stdio.h&gt; int main (void) { puts ("in 0 10 010kzvcs"); return 0; }


What is a wap code?

Samsung s5233 wap code


How do i get wap on my phone?

To get wap on your mobile phone, simply get in touch with your service provider. The provider will give you instructions on how to get wap.


What is the full form of wap?

WAP is Wireless Application Protocol


What are the feature of WAP?

What are the feature of WAP?"