Question: In C++ Given the following grid, Implement a function string findInGrid(char c, char grid[6][6]) to find the index of a particular character. Ex: findInGrid('A', grid)

In C++

Given the following grid,

In C++ Given the following grid, Implement a function string findInGrid(char c,

Implement a function string findInGrid(char c, char grid[6][6]) to find the index of a particular character.

Ex: findInGrid('A', grid) will return "00"

Ex: findInGrid('0', grid) will return "42"

You cannot write 36 switches.

4 56 7 8 9|

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!