Use Conditional Statements Answers

2 verified answers1 views
1
Free Preview

Select the correct answer from the drop-down list.A stack is a type of list in which .

A
the last element in the sequence is the first to be removed
B
the first element in the sequence is the first to be removed
C
the last element in the sequence is the last to be removed
D
the first element in the sequence is the last to be removed
2
Free Preview

Why are arrays considered to be immutable?

A
because an array can hold a combination of different object types
B
because the object type of an array cannot be changed after it is created
C
because an array usually has two or more dimensions
D
because an array’s object type can be changed over and over

Did you find these answers helpful?