159k views
3 votes
In the code snippet, what is the “win” part called in programming?

if (playerGreen > 444) {
setScreen ("win");
}
A. Function
B. Parameter
C. Variable
D. onBoardEvent

User Pdeschen
by
4.6k points

1 Answer

4 votes
It’s c the variable
User Amon
by
3.9k points