WAP to accept numbers in a DDA of (nxn) and print the number of prime numbers of each column.
Answers
Answered by
0
Answer:
In this java program, we are creating a matrix and filling the matrix elements with prime numbers starting from 1.
Submitted by IncludeHelp, on December 30, 2017
Given number of rows and cols of a matrix and we have to fill it with the prime numbers using java program.
Similar questions