i am learning c can you help me out please a create a void function originaldots to 5121932
i am learning c++ can you help me out please? a) Create a void function originalDots () to store an 8×8 gridof ‘.’s. b) Create a void function placeX() to place the character ‘X’ atthe location in thearray. c) Create a void function printVals() to output the twodimensional array. d) main() function should request the values for row and columnto placea X in the array. Also, main should call the abovefunctions. Output Example
Select a row/column coordinate to place an X: 4 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .