From the below code, modify it to replace code
From the below code, modify it to replace code in main with functions to make it easier to maintain and read. Also describe what you changed. Also, list any bugs or features that need improving. This is the following code: // GSP115 TREASURE CAVE// Week 4#pragma once#include “GSP115_Course_Project.h” // Global Constantsconst int MAX_ROWS = 7;const […]