![int main() { int A[] = {15, 20, 35, 20, 45, 65, 20}; int x = 0; int y = 20; int z = 0; while (x < 7) { if (A[x] == y) { z++; } x++; } return 0; }](https://gotit-pro.com/wp-content/uploads/2023/10/a18b4151-759a-4615-aaa7-9e7c1f07b47d.png)
int main()
{
int A[] = {15, 20, 35, 20, 45, 65, 20};
int x = 0;
int y = 20;
int z = 0;
while (x < 7) { if (A[x] == y) { z++; } x++; } return 0; }
Solved By Verified
Study Co-Pilot
All Study Co-Pilots are evaluated by Gotit Pro as an expert in their subject area.

Instant
Download
Student review: (6 ratings) 6 out of 6 people found this solution helpful.