Introduction
In this lab, we will learn how to find the count of prime numbers in an array in C++. We will write a program to check if a number is prime or not and traverse through each element of an array, checking if it is prime. If an element is prime, we will increment a counter.