Which of the following forms of e-commerce has created an opportunity for many people to make a living out of selling items on auction Websites?

A. Business-to-business (B2B) e-commerce
B. Consumer-to-consumer (C2C) e-commerce
C. Consumer-to-business (C2B) e-commerce
D. Business-to-consumer (B2C) e-commerce

Answer: B

Computer Science & Information Technology

You might also like to view...

In a report, the font for a footnote number is typically ________ than the font for the text

Fill in the blank(s) with correct word

Computer Science & Information Technology

Analyze the following code. boolean even = false; if (even) { System.out.println("It is even!"); }

a. The code displays It is even! b. The code displays nothing. c. The code is wrong. You should replace if (even) with if (even == true). d. The code is wrong. You should replace if (even) with if (even = true).

Computer Science & Information Technology