Answer:
count = arry[0];
for (i = 0; i < n; i++)
{
if (count>5);
{
count;
}
}
cout << "Total Count of the numbers greater than or equal to 5 : " <<count ;
Step-by-step explanation:
count = arry[0];
for (i = 0; i < n; i++)
{
if (count>5);
{
count;
}
}
cout << "Total Count of the numbers greater than or equal to 5 : " <<count ;