Question 9
The given pseudocode is executed using the “Olympics” table. At the end of execution, count represent the number of pairs of players having the same nationality and same medal. Choose the correct code fragment to complete the pseudocode. Assume all players have distinct names.
count = 0while(Table 1 has more rows){ Read the first row X in Table 1 Move X to Table 2 while(Table 1 has more rows){ Read the first row Y in Table 1 Move Y to Table 3 ******************* ***Fill the code*** ******************* } Move all rows from Table 3 to Table 1}