Computer Science, asked by yukthihv, 21 hours ago

computer science... write a program to calculate the total distance travelled in relay by four player where first player travels 4kms, second player travels 7kms,third player travels 2kms and fourth player travels 14kms​

Answers

Answered by fileprinting00456
1

Answer:

Total distance = Distance travelled by first player +

distance travelled by second player +

distance travelled by third player +

distance travelled by fourth player

= 4 kms + 7 kms + 2 kms + 14 kms

= 27 kms

Program used to calculate this is SUM function.

It is used in the following way :

=SUM(4+7+2+14)

When we will press enter we will get the result 27 kms

Hope it helps you!!!!!!!!!!!

Please mark me as brainlliest!!!!!!!!!!!!!

Similar questions