void loop()
int Green1 = 2;
What does the code block that belongs to a function always start with ?
How many functions with the same name can you have in a program ?
Where is Green1 declared ?
void loop()
int Green1 = 2;
What does the code block that belongs to a function always start with ?
How many functions with the same name can you have in a program ?
Where is Green1 declared ?