15.1k views
13 votes
What will the "background-color" of the "topButton" be when the program is finished running?

1 Answer

4 votes

Answer:

Blue

Step-by-step explanation:

set_Property - (topButton), (#background-color), (orange)

set_Property - (bottomButton), (#background-color), (red)

set_Property - (topButton), (#background-color), (blue)

set_Property - (bottomButton), (#background-color), (green)

Here, the background color for the 'topButton' would be "blue" when the program is finished running, as it is the last task, the topButton would be set to or it is the last thing that will run for the button.

User Keir
by
2.7k points