A(n) ________message is used try to convince the reader to change an attitude, belief, or to take an action

A) passive B) direct C) persuasive D) active

C

Computer Science & Information Technology

You might also like to view...

Assuming that x is equal to 4, which of the following statements will not result in y containing the value 5 after execution?

a. y = 5; b. y = x++; c. y = ++x; d. y = x + 1

Computer Science & Information Technology

The _____________ manager places components into five regions.

a. BorderLayout b. FlowLayout c. GridLayout d. AbsoluteLayout

Computer Science & Information Technology