Which choice creates an 8-tuple containing prime numbers that are less than 20?

Advertisement

  • var primes = Tuple.Create(2, 3, 5, 7, 11, 13, 17, 19);
  • var primes = Tuple.Create(2, 3, 5, 7, 11, 13, 17, 21);
  • var primes = Tuple.Make(2, 3, 5, 7, 11, 13, 17, 20);
  • var primes = Tuple.Make(2, 3, 5, 7, 11, 13, 17, 19);
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Leave a Comment


Share via
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Send this to a friend