Declare a two-dimensional array which can be used to store a cricket score for every over. Each row of the array corresponds to a particular ball. There are 2 overs to be covered. Each column of the array corresponds to a number of over. All the data to be placed in the array consists of real numbers. Print the following details a) Strike rate to win the match. b) Score required to draw the match
Comments
Leave a comment