Compare the Triplets

  • + 1 comment

    c# int aliceScore = 0; int bobScore = 0; for(int i =0;i<3;i++){ if(a[i] > b[i]){ aliceScore++; } else if(a[i] {aliceScore,bobScore};