/* Create a function that returns true if an asterisk * is inside a box. */ #include bool inBox(std::vector arr) { bool asteriskFound = false; for(int i=0;i