The following program is run. Then the user clicks the "bottomButton" TWO TIMES. What will be displayed in the console?
A. aaa
bbb
ccc
ccc
ddd
B. bbb
ddd
ccc
ccc
C. bbb
ddd
aaa
aaa
D. bbb
ccc
ccc
ddd

The following program is run Then the user clicks the bottomButton TWO TIMES What will be displayed in the console A aaa bbb ccc ccc ddd B bbb ddd ccc ccc C bbb class=