#pragma once #include #include #include using namespace std; #define ARRAY_SIZE 10 void readData(int[ARRAY_SIZE][2], string[ARRAY_SIZE][2]); void printData(int[ARRAY_SIZE][2], string[ARRAY_SIZE][2]);