#include using namespace std; int factorsOf10(int arr[], int value) { int count = 0; int len = sizeof(arr) / sizeof(0); for (int i = 0;