Multiple Choice
Which of the following is correct if the data type of inventoryItem is string?
A) inventoryItem = 3
B) inventoryItem = "printer"
C) inventoryItem = -9
D) inventoryItem = (printer)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: A(n) _ statement stores the value of
Q35: In the following statement, which operation is
Q36: A(n) _ is a basic unit of
Q37: What operator has the lowest precedence?<br>A)+<br>B)/<br>C)*<br>D)=
Q38: In the _ structure, instructions repeat based
Q40: _ programs can accept data without human
Q41: You can use named constants to make
Q42: String values are also called _ values.<br>A)unnamed<br>B)digit<br>C)alphabetic<br>D)alphanumeric
Q43: Programmers refer to programs that contain meaningful
Q44: In the following statement, which arithmetic operation