#pragma once #include #include using namespace std; //function prototypes void getNewMatrices(float Matrix1[3][3], float Matrix2[3][3]); void addMatrices(float Matrix1[3][3], float Matrix2[3][3]);