A(n) ________ chart is similar to a column chart except the data is horizontal instead of vertical

A) bar B) area C) combination D) pie

A

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT an argument in a database function?

A) Field B) Criteria C) Filter D) Database

Computer Science & Information Technology

What is the error in the following code?

for (int c = 0; c < 100; c++) { cout << “******” << endl; } cout << c << “ lines “;

Computer Science & Information Technology