Given the following statements, what values will be passed to the parameters (sandwich, side, and drink) of the subprogram named Lunch?
```Call Lunch(soda, chips, burger)
Subprogram Lunch(sandwich, side, drink)```
a. sandwich = soda, side = burger, drink = chips
b. sandwich = soda, side = chips, drink = burger
c. sandwich = burger, side = chips, drink = soda
d. Lunch = burger with chips and a soda
B
Computer Science & Information Technology
You might also like to view...
Which of the following does a DoS attack target?
a. Confidentiality b. Security c. Integrity d. Availability
Computer Science & Information Technology
In the worst case, how many comparisons does a bubble sort require?
What will be an ideal response?
Computer Science & Information Technology