Question: Question 1 (1 point) Declare a reference variable for an array of booleans. Name the array lies. - Question 2 (1 point) Instantiate an array
Question 1 (1 point)
Declare a reference variable for an array of booleans. Name the array lies.
-
Question 2 (1 point)
Instantiate an array of 50 booleans. Set the reference variable lies to point to this new array.
-
Question 3 (1 point)
Set the third array element of lies to true. REMEMBER: Array indexing starts at 0!
Question 4 (1 point)
Write a for loop to count the number of true values in the lies array. Assume a variable numLies has been used to keep track of the number of elements stored in the array.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
