Quiz

Let's test our understanding of the concepts covered so far.

We'll cover the following...
Technical Quiz
1.
$array = 1,2,3,4,5,5,10
$array.Count

What will be the output of the above code in Powershell?

A.

5

B.

10

C.

1

D.

7


1 / 5