- 1
Can u solve this?
The runs scored by a cricket team in the first and second innings of N test cricket matches are passed as input. The program must print the average of first and second innings (with precision upto two decimal places). Input Format: The first line denotes the value of N.Next N lines will contain the first and second innings score separated by a space. Output Format: The first line contains the average of first innings score. The second line contains the average of second innings score. Boundary Conditions: 2 <= N <= 20 The value of the runs will be from 0 to 1000. Example Input/Output 1: Input: 3 250 200 450 300 200 250 Output: 300.00 250.00
1 Resposta
+ 6
Yes. But that's not the point. The question is can you, RAJASANTHOSH M CSBS ?
https://www.sololearn.com/Content-Creation-Guidelines/
https://code.sololearn.com/Wv5gTHy1N6Ji/?ref=app
https://www.sololearn.com/discuss/1316935/?ref=app
https://www.sololearn.com/discuss/333866/?ref=app