104k views
7 votes
Which of the following objects is used to create a list of variables in flowcharts?

A. an array or list
B. string variable
C. simple variable
D. &

User Bhristov
by
8.5k points

1 Answer

6 votes

Answer:

A

Step-by-step explanation:

ArrayList (Collection c): This constructor is used to build an array list initialized with the elements from the collection c. Suppose, we wish to create an ArrayList arr which

User Hardik Gajjar
by
8.7k points