Course Solutions Uncategorized Order Effectively Affect Environment Influence Audience Requires Figuring Correct Demograp Q34320151

Order Effectively Affect Environment Influence Audience Requires Figuring Correct Demograp Q34320151

In order to effectively affect our environment and influence ouraudience requires figuring out:

All are correctDemographics and psychographicsStakeholdersContext

Expert Answer


1. A. All are correct.

In order to engage and influence the audience, we need to makesure that we have enough demographics and psychographic data, wecater to the stakeholders as well as understand the context whichis utilized.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

(Solved) : Include Using Namespace Std Class Exception Exception Class Throwing Error Public Exceptio Q33026882 . . . .(Solved) : Include Using Namespace Std Class Exception Exception Class Throwing Error Public Exceptio Q33026882 . . . .

<p>#include <iostream><br/>using namespace std;<br/><br/>class Exception {//exception class for throwing error</p><p>public:<br/>Exception(const string& msg) : msg_(msg) {}<br/>~Exception() {}</p><p>string getMessage() const {return(msg_);}<br/>private:<br/>string msg_;<br/>};</p><p>// We can use this for any data type that supports<br/>template