Write an algorithm using pseudo-code to display the name of the player with the highest score.
You can assume you have access to the following variables:
P1.name and P1.scoreP2.name and P2.scoreThe algorithm should:
P1 and the score of P2Tie if the players have the exact same scoreP1 and P2208 exam-style questions on AQA GCSE Computer Science Representing algorithms. Each one has a worked solution and a mark scheme showing where the marks go.