Processing Community Forum
Processing to make 2 array in one
Processing
Beginners
homework
quark
April 9, 2020, 5:26pm
11
int[] a = { 1, 2, 25 }; int[] b = { 9, 18 }; int[] c; c = concat(a, b); printArray(c);
show post in topic
Related topics
Topic
Replies
Views
Activity
Appending to two dimensional array
Beginners
4
514
January 3, 2021
Creating an array of arrays
Beginners
4
624
December 22, 2018
Appending to arrays of arrays
Coding Questions
8
906
October 2, 2018
Switch the array places in a loop
Coding Questions
homework
12
542
May 25, 2020
Excecute multiple arrays in one line?
Beginners
10
515
October 5, 2018