write a class for excel type program, where each cell can have either an integer value or a formula.
write a program to find the minimum number of balls dropped on the intersection of a (MxN) matrix edges, so that all the matrix edges are touched. maximum 1 ball for a sqare in the matrix. example : 1X1 - 1 ball, 2x2 - 1 ball, 3x3 - 4 balls