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
520
January 3, 2021
Switch the array places in a loop
Coding Questions
homework
12
562
May 25, 2020
Creating an array of arrays
Beginners
4
632
December 22, 2018
Processing should define Array just like it has Vector
Development
24
219
July 30, 2024
Appending to arrays of arrays
Coding Questions
8
915
October 2, 2018