Can you help me in this question

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 ;
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 ;