The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 

Build Array without Auto-indexing

SercoSteveB
Active Participant

What is the state of Boolean Array Out following execution of the VI?

While Loop - Build Array.png

a)      A 1D array containing {TRUE, TRUE, FALSE, TRUE, FALSE}

b)      A 1D array containing {TRUE, FALSE, TRUE, FALSE, TRUE}

c)       A 1D array containing {FALSE, TRUE, FALSE, TRUE, FALSE}

d)      A 1D array containing {FALSE, FALSE, TRUE, FALSE, TRUE}

Comments