WRITE A JAVA PROGRAM TO ACCEPT A NO. AND FIND THE SUM OF THE FACTORS WHICH ARE PRIME.
Answers
Answered by
0
Answered by
1
Explanation:
import java.io.*;
class acceptprime
{
public static void main(String args[])throws IOException
{
DataInputStream ins = new......
................write till integer . Parse int
...
............
to accept and find other by loop
Similar questions