Assuming that plainQuantity has a value of 5, after a mouse click on a button containing the following ActionScript, the values of plainQuantity, plain-Sum and plainTotal would be ________, ________ and ________, respectively.

```
On (Press)
Set Variable: "plainQuantity" = plainQuantity + 1
Set Variable: "plainSum" = plainQuantity * 8.15
Set Variable: "plainTotal" = "$" & plainSum
End On
```

(a) 5, 40.75, $40.75
(b) 6, 48.90, "$" & 48.90
(c) 6, 48.90, $48.90
(d) 6, 48.90, $plainSum


(c) 6, 48.90, $48.90

Computer Science & Information Technology

You might also like to view...

What are the folders included in the default public profile?

What will be an ideal response?

Computer Science & Information Technology

Modify the changeLittle function to use readLine instead of read.

Note: The question refers to the “readline” method.

Computer Science & Information Technology

Which function should you use to calculate today's current date?

A. CURRENT B. DATE C. YEAR D. DAY

Computer Science & Information Technology

Case OL 3-1Jacob's Inbox is out of control. He needs to organize his mail and delete unnecessary messages. Jacob has been involved in an e-mail conversation regarding a client. He has dozens of e-mails in the thread. Which command can he use to remove the redundant e-mail messages?

A. Mailbox Cleanup B. Not Junk C. Ignore Conversation D. Clean Up Conversation

Computer Science & Information Technology