If you want to summarize information for printing and presenting the data, you would use a ________

A) table B) report C) record D) form

B

Computer Science & Information Technology

You might also like to view...

A constructor

a. can only be used to initialize b. must initialize all member variables c. can do anything any other method can do. d. usually initializes all, or most, member variables

Computer Science & Information Technology

A list can be considered a recursive data structure because

A) list classes implement list interfaces B) list objects are instances of list classes C) if you remove the head of the list, what remains is also a list D) None of the above: only methods can be considered recursive.

Computer Science & Information Technology