0
Unable to execute the chess tournment question in levels
Help to bring output https://code.sololearn.com/cZSYK23vzNqB/?ref=app
1 Answer
+ 6
Likith ,
the result can be found if you:
> take the number of wins and multiply it by 1, store the result in a new variable.
> take the number of ties and multiply it by 0.5, store the result in a new variable.
> output the sum of the results of the above mentioned calculations.