Which of the following is NOT true about viewing and replying to private messages?

A) When someone sends you a new message, a number appears in blue over the Messages button on the Facebook toolbar.
B) You can view new messages by clicking the Messages button.
C) You can view all your private messages from the Messages page.
D) Private messages from other users are forwarded to your inbox in Facebook's Messages system.

A

Computer Science & Information Technology

You might also like to view...

What is the correct code for a constructor for such a linked list class?

A queue based on a linked list uses the following code ``` class Node { String element; Node next; Node (String el, Node n) { element = el; next = n; } } Node front, rear; ``` A) element = el; next = n; B) front = rear; C) front = null; rear = null; D) front = element; rear = front;

Computer Science & Information Technology

In the accompanying figure, neither the sidebar nor the main column looks like a column.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology