pwillard is correct. It doesn't matter what you name your variable.
You could even have:
int mydoodad =10;
pinMode(mydoodadd,OUTPUT);
and it would be the same as the two examples you gave.
pwillard is correct. It doesn't matter what you name your variable.
You could even have:
int mydoodad =10;
pinMode(mydoodadd,OUTPUT);
and it would be the same as the two examples you gave.