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

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

1.Var primes = Tuple.Create(2, 3, 5, 7, 11, 13, 17, 19);

2.Var primes = Tuple.Create(2, 3, 5, 7, 11, 13, 17, 21);

3.Var primes = Tuple.Make(2, 3, 5, 7, 11, 13, 17, 20);

4.Var primes = Tuple.Make(2, 3, 5, 7, 11, 13, 17, 19);


Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!