ENG201 Assignment No 2 Solution Spring 2018 | Virtual Study Solutions

Adsetra Ads

 

ENG201 Assignment No 1 Spring 2018

Dear Students, Here you can read or Download ENG201 - Business and Technical English Writing Assignment No 2 Solution and Discussion of Semester Spring 2018. Assignment Due Date is 28 MAY, 2018. Total Marks are 20. We are here to facilitate your learning and we do not appreciate the idea of copying or replicating solutions. ENG201 Assignment Solution File has been added. Previously we shared ENG201 Assignment No 1 Solution Spring 2018.

ENG201 Assignment No 2 Solution and Discussion Spring 2018
ENG201 Assignment No 2 Solution and Discussion Spring 2018

ENG201 Assignment Instructions:


  • Upload your assignments in a proper format, i.e. MS word file. Corrupt files will be awarded zero marks.
  • The assignments should be zoomed in at 100%.
  • Please avoid plagiarism; plagiarized work will be marked zero.
  • After the due date, the assignments submitted via email would not be entertained.
  • Please avoid submitting copied assignments; otherwise, such a case would be referred to the discipline committee.
  • The font color should be preferably black and font size 12 Times New Roman.

Assignment Question No 1:

In the following list, each sentence contains some positive words that are frequently used in customer service departments of today’s business world. Identify the most positive word from each sentence and write it in the column below against the relevant number. (10 Marks)
  1. I will definitely make sure that your application gets sorted out. 
  2. Our manager is in absolute agreement with you on your present claim. 
  3. Our company has decided a fantastic alternative for your watch. 
  4. Your suggestion is excellent that our company should invest in house building sector. 
  5. It is brilliant that we and our customers are on the same page about the quality of our products. 
  6. Lahore & co. provides a friendly service to its customers. 
  7. Our bank can certainly help you in your financial crisis. 
  8. Our manager will quickly run through your file for our loan approval. 
  9. Nestle has a generous offer for its customer at the end of February. 
  10. The CEO of Toyota Company has great news for the customers of the company.

Assignment Question No 2:

Ten behaviors are generally considered as bad behaviors at work place. Two of them are given here. Write a paragraph of 150-200 words on ANY ONE of them.
(10 Marks)

ENG201 Assignment No 1 Solution Spring 2018

You can see the Sample Preview of ENG201 Assignment No 2 Solution provided by (Virtual Study Solutions) below. Click on Download Button to Download Solution File in Your PC. Please Share it with your friends. You can also like our Facebook Page or Subscribe Us below for Updates.

Recommended : ENG201 Current and Past Mid Term Papers Spring 2017

Other Subjects Assignment Solution:

ENG201 Assignment Solution Sample Preview

Solution File Sample Page Preview has been added below with Solution File in .docx format.


ENG201 Assignment Solution Sample Preview Spring 2018
ENG201 Assignment Solution Sample Preview Spring 2018

ENG201 Assignment Solution Download Link

Download  [ Solution File Upload Status : Done ]


Post a Comment


  1. #include
    using namespace std;

    void computeUserLevel(char*);
    int main()
    {
    char Y [4];
    for (int k=0; k<=0; k++)
    {
    cout<<"\t\t\" Program To Predict User Programming Level\"" <> Y[0];
    cout<<"Q: Pointer store memory address?\nA: ";
    cin>> Y[1];
    cout<<"Q: Semicolon after for loop is an error?\nA: ";
    cin>>Y[2];
    }
    computeUserLevel(Y);
    return 0;
    }


    void computeUserLevel(char*ptr)
    {

    if (*ptr == 'f' && *(ptr+1) == 't' && *(ptr+2) == 'f')
    {
    cout<<"Your level is Advance";
    }
    else if (*ptr == 'f' && *(ptr+1) == 't' && *(ptr+2) == 't')
    {
    cout<<"Your level is Intermediate";
    }
    else if (*ptr == 'f' && *(ptr+1) == 'f' && *(ptr+2) == 't')
    (*ptr == 't' && *(ptr+1) == 'f' && *(ptr+2) == 't');
    {
    cout<< "Your level is Beginner";
    }
    }

    ReplyDelete
    Replies
    1. there was no need for loop at that place.

      Delete

 

Top