You can place the variables for the total boys and girls scores in a module, when increasing or decreasing it on each slide's total also do it to these public variables, this will make the values available to the last slide to display it there.
Module1
Public totalBoysScore as Integer Public totalGirlsScore as Integer