for(int pinNumber = 2; pinNumber<5; pinNumber++);
I have no idea what the Italian for semicolon is, but that's at least part of your problem
for(int pinNumber = 2; pinNumber<5; pinNumber++);
I have no idea what the Italian for semicolon is, but that's at least part of your problem