Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 179 Bytes

File metadata and controls

2 lines (2 loc) · 179 Bytes

Java-Program

A simple Java program to count the number of prime numbers in an array. The program checks each element and determines whether it is prime by counting its factors.