The Daily CLAD

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

For loops, Shift Registers and Auto-Indexing

SercoSteveB
Active Participant

Steve - Maybe a little complex for a CLAD question, it combines some classic CLAD concepts.

 

What is Numeric Value Out after the following has executed?

 

 Daily CLAD #8.png

 

a)    24

b)    A 1D Array with contents {0,8,16,24}

c)    A 1D Array with contents {0,2,4}

d)    A 2D Array with contents {{0,2,4},{0,2,4},{0,2,4},{0,2,4}}

Comments