The Daily CLAD

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

For loops, Shift Registers and Auto-Indexing #2

SercoSteveB
Active Participant

What is Numeric Value Out after the following has executed?

 

 Daily CLAD #10 Nested For Loops Arrays and SRs.png

a)    A 1D Array with contents {0,2,12}

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

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

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

Comments