What are the variables in the following program segment?
``` Write “How many candy bars do you want to buy?”
Input CandyBars
Set Price = 2
Set Cost = CandyBars * Price
Write “You need to pay” + Cost ```
a. CandyBars is the only variable
b. CandyBars and Cost are the variables
c. Price and Cost are the variables
d. CandyBars, Price, and Cost are the variables
D
You might also like to view...
A(n) ________ uses encryption to ensure the data is secure as it travels through the public network
Fill in the blank(s) with correct word
The area bound by the axes in a chart is called the ________
A) data area B) chart area C) plot area D) axes area
What is a piece of malicious software that gets passed from computer to computer by attaching itself to a program?
A. Spyware B. Trojan C. Virus D. Worm
The ____ extends ClassLoader with additional support for defining classes with an associated code source and permissions that are retrieved by the system policy by default.
A. SecureClassLoader B. URLClassLoader C. PolicyClassLoader D. DomainClassLoader