// basecode.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "stdio.h" #include "fstream.h" const MAX_SIZE = 50; void PrintMatrix(double matrix[][MAX_SIZE + 1], int numCol) //This function can be used to print the matrix { for (int i=0; i