I have a problem to ask

Add your code inside draw:

void draw() {
  for (int i = 0; i < 50; i++) {
    contenitore = random(100);
  }
  printArray(contenitore);
}

I suggest you explore the examples available in the main website.

Kf

1 Like