Skip to content

Opening book details…

About this document

Prime Number Checker in Pascal by meocon710 is a document available to read on EtoBox.

The document is a Pascal program that takes an array of integers as input from the user, with a maximum of 100 elements. It then checks each element to determine if it is a prime number by testing for divisibility by numbers from 2 to the square root of the element. Any elements found to be prime numbers are then output at the end.

Author
meocon710
Language
EN