Tuple creation

PHOTO EMBED

Sat Oct 16 2021 16:18:02 GMT+0000 (Coordinated Universal Time)

Saved by @funcProgramming

Tuple<string, double>[] scores =
{ 
  new Tuple<string, double>(“Sam", 97.2), 
  new Tuple<string, double>(“Rita", 92.7), 
  new Tuple<string, double>(“Jill", 88.9)
}
content_copyCOPY