Unable to execute the chess tournment question in levels | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Unable to execute the chess tournment question in levels

Help to bring output https://code.sololearn.com/cZSYK23vzNqB/?ref=app

26th Sep 2023, 5:21 PM
Likith
Likith - avatar
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.
26th Sep 2023, 5:46 PM
Lothar
Lothar - avatar