Program functionality:
1.) Design a rudimentary spread sheet.
2.) Provide provision for the entry of a formula, i.e. cell#?? = value, cell#?? = operation, cell#?? = value, and cell#?? = answer.
3.) Basic arithmetic operations (+,-,*,/)
I have the grid display completed. How do I go about coding for the selection of a cell and then display the value within that cell.