subject

Project: revising e-mail e-mail is often used in the workplace for communication. an effective e-mail is one that is clearly understood by the receiver. an effective e-mail may also foster a positive business relationship between you and a co-worker or between you and a client. it is important that you can compose appropriate workplace e-mails, and this project is designed to give you some practice. objectives: evaluate workplace e-mail messages. revise workplace e-mail messages. create effective e-mail messages. directions part one. review the two e-mail messages below for their adherence to the guidelines for professional e-mail correspondence you have learned in this section. first, explain why the message is not appropriate for the workplace. then revise each message to make it more appropriate for workplace communication. e-mail a: hey! i need the training manual 2 read b4 my next shift. r u dun with it? e-mail b: this customer called today and totally yelled at me. she said there was a mistake on her bill, but i totally did not cause the problem. she went on and on about how this was the fourth time there was a mistake on her bill or something like that. like i care! but she's gonna call again tomorrow. what do you want me to do to get this lady off my back?

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 20:30
In this lab, you complete a prewritten c program that calculates an employee’s productivity bonus and prints the employee’s name and bonus. bonuses are calculated based on an employee’s productivity score as shown below. a productivity score is calculated by first dividing an employee’s transactions dollar value by the number of transactions and then dividing the result by the number of shifts worked.
Answers: 3
question
Computers and Technology, 22.06.2019 22:30
Write a full class definition for a class named player , and containing the following members: a data member name of type string .a data member score of type int .a member function called setname that accepts a parameter and assigns it to name . the function returns no value.a member function called setscore that accepts a parameter and assigns it to score . the function returns no value.a member function called getname that accepts no parameters and returns the value of name .a member function called getscore that accepts no parameters and returns the value of score .this is what i have, aparently this is wrong: class player{private: string name; int score; public: void player: : setname (string n){name =n; }void player: : setscore (int s){score = s; }string player: : getname (){return name; }int player: : getscore (){return score; }};
Answers: 2
question
Computers and Technology, 23.06.2019 00:40
Consider the following statements: struct nametype{string first; string last; }; struct coursetype{string name; int callnum; int credits; char grade; }; struct studenttype{nametype name; double gpa; coursetype course; }; studenttype student; studenttype classlist[100]; coursetype course; nametype name; mark the following statements as valid or invalid. if a statement is invalid, explain why.a.) student.course.callnum = "csc230"; b.) cin > > student.name; c.) classlist[0] = name; d.) classlist[1].gpa = 3.45; e.) name = classlist[15].name; f.) student.name = name; g.) cout < < classlist[10] < < endl; h.) for (int j = 0; j < 100; j++)classlist[j].name = name; i.) classlist.course.credits = 3; j.) course = studenttype.course;
Answers: 1
question
Computers and Technology, 23.06.2019 10:30
Would a ps4 wired controller work on an xbox one
Answers: 1
You know the right answer?
Project: revising e-mail e-mail is often used in the workplace for communication. an effective e-ma...
Questions
Questions on the website: 13722363