if( team1cash > team2cash ) {// display the team 1 }if( team2cash > team1cash ){// display the team2}