Computer Science, asked by Haribansh9, 6 months ago

WAP to accept numbers in a DDA of (nxn) and print the number of prime numbers of each column.​

Answers

Answered by ItzVash003
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