SlideShare a Scribd company logo
1 of 10
//Name: yuelong su
//CO SCI 243
//Lab 10 - pg441 #5
//date: 5/16/2019
//Description: program that reads in a list of integers into
// an array with base type int.
#include<iostream>
#include<fstream>
using namespace std;
void showScreen();
int main()
{
int size(0), arr[50], i(0), choice;
char filename[50];
showScreen();
cin >> choice;
if(choice == 1)//user input option
{
cout << "nHow many numbers? ";
cin >> size;
cout << "Enter " << size << " integers:n";
for(i = 0; i < size; i++) //user input some numbers
depending on the size user sat
{
cin >> arr[i];
}
}
if(choice != 1)//file option
{
cout << "nEnter a file name with directory: ";
cin >> filename;
ifstream inFile(filename);
while(inFile >> arr[i])//count how many numbers are in
the file
{
size++;
i++;
}
}
for(i = 0; i < size; i++)
{
for(int j = 0; j <= i; j++)
{
if(arr[i] > arr[j])
{
int temp = arr[i];
arr[i] = arr[j];
arr[j] = temp;
}
}
}
cout << "nN Countn";
for(i = 0; i < size; i++)//show the data to the screen in the
required format
{
int count(1);
while(arr[i] == arr[i + 1] && i < size)//count how many
times the number appears in the file
{
count++;
i++;
}
cout << arr[i] << " " << count << endl;
}
return 0;
}
void showScreen()
{
cout <<"This program that reads in a list;"
<<"of integers into an array with base type int.n";
cout << "Enter 1 for user input or other number for file input:
";
}
Values and Strategy
1
Values and Strategy
2
Values and Strategy
Introduction
Compass Group USA is an organization that provides
foodservice and support services to corporate cafeterias, arenas,
museums, award winning restaurants and many other related
businesses in the market place. It is a global leader as a
contractor in foodservice but also in the hospitality market.
The USA branch began in 1994 with the purchase of Canteen
which was bringing in over $1 billion in US dollar revenue and
the organization continues to grow dramatically.
Strategic Management Process
When reviewing this process, we first think of rules to
follow or obey. However, there is a lot more to strategic
management process if we understand the philosophical views
from its given processes. They are steps we must take to reach
our goals thru strategic planning which is set to lead in the
market share. There are five different stages that this process
uses so that everyone understands the goal and what it takes to
get there, goal setting, analyzing, strategy formulation, strategy
implementation and evaluate and control (Clayton, 2017).
First, is the goal setting. We use this process to understand and
define the vision of the business. The short and long-term
commitments are key factors of this process. Point out how the
organization plans to reach its objective keeping in mind that
the employees are a huge part of this commitment. Second,
analyze all the data collected so it can breakdown the needs of
the business and in return be able to detail the initiatives it
needs to accomplish the growth of the company. Third, strategy
formulation comes after that has been analyzed. These steps
help define what current programs or department need to reach
their potential but also identifies areas where support is most
needed for success (Clayton, 2017). Fourth, strategy
implementation will help release the information to the rest of
the company and put in place so that everyone has what each of
them needs to accomplish the goals. Fifth, evaluate and control
will point out what is working and what needs help or change.
This last part of the process is crucial because after a define
plan is put in place, it must be able to adapt to any changes and
redefine the business as it evolves with the changes and its
surroundings. As the organization uses all these components
and gets everyone to work together, the core value of the
business with rise but it will learn to adjust with time.
Mission and Vision
Compass Group is a global business and although is a very
large organization made up of many entities with many different
clients as well as vendors and suppliers, the mission and vision
are set in place to promote personal and family values. The
mission is “Everyone in Compass Group is committed to
consistently delivering superior service in the most efficient
way, for the shared benefit of our customers, shareholders, and
associates” ("Compass Group Mission & Vision", 2017). The
mission speaks commitment to perform which means that in
order to do so, they must promote safety and health to everyone
from employees to the clients and community. Our customers
can only be amazed if we are consistent and demonstrate the
ability to perform our best when providing best quality and
value to our products and services. Its vision is “To be a world-
class provider of contract foodservice and support services,
renowned for our great people, our great service, and our great
results.” ("Compass Group Mission & Vision", 2017). These are
values that promote professional standards which in turn create
trust and respect for all. A major goal is to set standards for
quality and to always have a win-win passion which are major
factors when you want to be a leader in the corporate world and
be able to compete as a major competitor not just in service but
a leader in ethics and responsibility. Making positive
contribution to the community, customer and employees helps
the organization set its goal as a whole and not just one section
of the business.
Ethics and Corporate Social Responsibility
Compass Group goals are to be a world leading
organization if the food management and support business
market share. For that same reason, it depends in the entire
organization follow the code of Business conduct which
requires everyone to always act in a professional and
responsible manner. In strategic planning, the role of ethics and
corporate social responsibility are very high set standards that
need to be followed and practice ("The Ethics Of Corporate
Social Responsibility", 2013). Businesses are becoming more
transparent by releasing their achievements thru their financial
reports. By making good decisions, for people or the
environment, businesses are listening to their stakeholders. The
public image can harm a business drastically, but it can help
gain and maintain clients as their public image show social
responsibility ("The Ethics Of Corporate Social
Responsibility", 2013). As a Director with Compass Group, I
am dedicated and committed to perform my best and to work
ethically as I know that my actions and reactions are a mirror
image of what Compass group is trying to accomplish. It is the
mission and vision of Compass Group that sets the goals, but
most important is as employees to follow but also enforce the
value thru our employees and partners in the business.
Conclusion
Since 1994, Compass Group USA continues to acquire new
organizations and adding them into their world portfolio. The
commitment to excellence does not lessen or weakened as it
grows. In fact, the need for improvement get stronger and
better each time. “The World Bank defines Corporate Social
Responsibility as “the commitment of businesses to behave
ethically and to contribute to sustainable economic development
by working with all relevant stakeholders to improve their lives
in ways that are good for business, the sustainable development
agenda, and society at large"("The Ethics Of Corporate Social
Responsibility", 2013). It is our job as employees, management
staff, Senior and Upper management to live and breathe these
rules and to implement them but practice and maintain them so
that we, as a whole, can promote growth and excellence thru the
organization.
References
Clayton, J. (2017). The Five Stages of the Strategic
Management Process. Retrieved from
http://smallbusiness.chron.com/five-stages-strategic-
management-process-18785.html
Compass Group Mission & Vision. (2017). Retrieved from
http://www.compass-usa.com/mission-vision/
The Ethics of Corporate Social
Responsibility. (2013). Retrieved from
https://www.brandeis.edu/ethics/ethicalinquiry/2013/November.
html

More Related Content

Similar to Name yuelong suCO SCI 243Lab 10 - pg441 #5dat.docx

2, sm, adrianto, hapzi ali, strategic management vision, mission, long term...
2, sm, adrianto, hapzi ali, strategic management   vision, mission, long term...2, sm, adrianto, hapzi ali, strategic management   vision, mission, long term...
2, sm, adrianto, hapzi ali, strategic management vision, mission, long term...Adrianto Dasoeki
 
Final Strategic PLanPresented by Robert GilSTR 581112.docx
Final Strategic PLanPresented by Robert GilSTR 581112.docxFinal Strategic PLanPresented by Robert GilSTR 581112.docx
Final Strategic PLanPresented by Robert GilSTR 581112.docxlmelaine
 
GRMSi - CSR Policy Example
GRMSi - CSR Policy ExampleGRMSi - CSR Policy Example
GRMSi - CSR Policy ExampleDaniel Roberts
 
C-11 The CEO of Pride Company argued that a conventional flexible.docx
C-11 The CEO of Pride Company argued that a conventional flexible.docxC-11 The CEO of Pride Company argued that a conventional flexible.docx
C-11 The CEO of Pride Company argued that a conventional flexible.docxPazSilviapm
 
Environmental and Industry Analysis1Organizational and Opera.docx
Environmental and Industry Analysis1Organizational and Opera.docxEnvironmental and Industry Analysis1Organizational and Opera.docx
Environmental and Industry Analysis1Organizational and Opera.docxSALU18
 
Running head STRATEGIC FIT OF THE FIRM ASSESSMENT .docx
Running head STRATEGIC FIT OF THE FIRM ASSESSMENT                .docxRunning head STRATEGIC FIT OF THE FIRM ASSESSMENT                .docx
Running head STRATEGIC FIT OF THE FIRM ASSESSMENT .docxtoltonkendal
 
1ASSIGNMENT 3ASSIGNMENT 32Assignment 3Moti
1ASSIGNMENT 3ASSIGNMENT 32Assignment 3Moti1ASSIGNMENT 3ASSIGNMENT 32Assignment 3Moti
1ASSIGNMENT 3ASSIGNMENT 32Assignment 3MotiEttaBenton28
 
Principles of Marketing Chapter 2 (Part 1)
Principles of Marketing Chapter 2 (Part 1)Principles of Marketing Chapter 2 (Part 1)
Principles of Marketing Chapter 2 (Part 1)TamzidAzam
 
HR StrategiesHR StrategiesMaurice HillHR Strategies1201.docx
HR StrategiesHR StrategiesMaurice HillHR Strategies1201.docxHR StrategiesHR StrategiesMaurice HillHR Strategies1201.docx
HR StrategiesHR StrategiesMaurice HillHR Strategies1201.docxpooleavelina
 
Strategy and business excellence
Strategy and business excellenceStrategy and business excellence
Strategy and business excellenceKannan Rajarathnam
 
Strategic Management lesson 2
Strategic Management lesson 2Strategic Management lesson 2
Strategic Management lesson 2Khurram468
 
Sample outline of a companies hr policy
Sample outline of a companies hr policySample outline of a companies hr policy
Sample outline of a companies hr policyTanuj Poddar
 
Running head FRAMEWORK OF STRATEGIES FOR IHRM FUNCTIONS. .docx
Running head FRAMEWORK OF STRATEGIES FOR IHRM FUNCTIONS. .docxRunning head FRAMEWORK OF STRATEGIES FOR IHRM FUNCTIONS. .docx
Running head FRAMEWORK OF STRATEGIES FOR IHRM FUNCTIONS. .docxwlynn1
 
Discussion 1QuestionCongratulations! You have recently been .docx
Discussion 1QuestionCongratulations! You have recently been .docxDiscussion 1QuestionCongratulations! You have recently been .docx
Discussion 1QuestionCongratulations! You have recently been .docxcharlieppalmer35273
 
Management science report
Management science reportManagement science report
Management science reportjk tan
 
Running head FRITO LAY NORTH AMERICA11Frito Lay North .docx
Running head FRITO LAY NORTH AMERICA11Frito Lay North .docxRunning head FRITO LAY NORTH AMERICA11Frito Lay North .docx
Running head FRITO LAY NORTH AMERICA11Frito Lay North .docxcowinhelen
 
Sodexo's Workplace Trends Report 2012
Sodexo's Workplace Trends Report 2012Sodexo's Workplace Trends Report 2012
Sodexo's Workplace Trends Report 2012Innovations2Solutions
 
New product development
New product developmentNew product development
New product developmentTushar Shelke
 

Similar to Name yuelong suCO SCI 243Lab 10 - pg441 #5dat.docx (20)

2, sm, adrianto, hapzi ali, strategic management vision, mission, long term...
2, sm, adrianto, hapzi ali, strategic management   vision, mission, long term...2, sm, adrianto, hapzi ali, strategic management   vision, mission, long term...
2, sm, adrianto, hapzi ali, strategic management vision, mission, long term...
 
Final Strategic PLanPresented by Robert GilSTR 581112.docx
Final Strategic PLanPresented by Robert GilSTR 581112.docxFinal Strategic PLanPresented by Robert GilSTR 581112.docx
Final Strategic PLanPresented by Robert GilSTR 581112.docx
 
GRMSi - CSR Policy Example
GRMSi - CSR Policy ExampleGRMSi - CSR Policy Example
GRMSi - CSR Policy Example
 
C-11 The CEO of Pride Company argued that a conventional flexible.docx
C-11 The CEO of Pride Company argued that a conventional flexible.docxC-11 The CEO of Pride Company argued that a conventional flexible.docx
C-11 The CEO of Pride Company argued that a conventional flexible.docx
 
Environmental and Industry Analysis1Organizational and Opera.docx
Environmental and Industry Analysis1Organizational and Opera.docxEnvironmental and Industry Analysis1Organizational and Opera.docx
Environmental and Industry Analysis1Organizational and Opera.docx
 
Running head STRATEGIC FIT OF THE FIRM ASSESSMENT .docx
Running head STRATEGIC FIT OF THE FIRM ASSESSMENT                .docxRunning head STRATEGIC FIT OF THE FIRM ASSESSMENT                .docx
Running head STRATEGIC FIT OF THE FIRM ASSESSMENT .docx
 
1ASSIGNMENT 3ASSIGNMENT 32Assignment 3Moti
1ASSIGNMENT 3ASSIGNMENT 32Assignment 3Moti1ASSIGNMENT 3ASSIGNMENT 32Assignment 3Moti
1ASSIGNMENT 3ASSIGNMENT 32Assignment 3Moti
 
Principles of Marketing Chapter 2 (Part 1)
Principles of Marketing Chapter 2 (Part 1)Principles of Marketing Chapter 2 (Part 1)
Principles of Marketing Chapter 2 (Part 1)
 
5 ps
5 ps5 ps
5 ps
 
HR StrategiesHR StrategiesMaurice HillHR Strategies1201.docx
HR StrategiesHR StrategiesMaurice HillHR Strategies1201.docxHR StrategiesHR StrategiesMaurice HillHR Strategies1201.docx
HR StrategiesHR StrategiesMaurice HillHR Strategies1201.docx
 
Strategy and business excellence
Strategy and business excellenceStrategy and business excellence
Strategy and business excellence
 
Strategic Management lesson 2
Strategic Management lesson 2Strategic Management lesson 2
Strategic Management lesson 2
 
Sample outline of a companies hr policy
Sample outline of a companies hr policySample outline of a companies hr policy
Sample outline of a companies hr policy
 
PDSA Cycle
PDSA CyclePDSA Cycle
PDSA Cycle
 
Running head FRAMEWORK OF STRATEGIES FOR IHRM FUNCTIONS. .docx
Running head FRAMEWORK OF STRATEGIES FOR IHRM FUNCTIONS. .docxRunning head FRAMEWORK OF STRATEGIES FOR IHRM FUNCTIONS. .docx
Running head FRAMEWORK OF STRATEGIES FOR IHRM FUNCTIONS. .docx
 
Discussion 1QuestionCongratulations! You have recently been .docx
Discussion 1QuestionCongratulations! You have recently been .docxDiscussion 1QuestionCongratulations! You have recently been .docx
Discussion 1QuestionCongratulations! You have recently been .docx
 
Management science report
Management science reportManagement science report
Management science report
 
Running head FRITO LAY NORTH AMERICA11Frito Lay North .docx
Running head FRITO LAY NORTH AMERICA11Frito Lay North .docxRunning head FRITO LAY NORTH AMERICA11Frito Lay North .docx
Running head FRITO LAY NORTH AMERICA11Frito Lay North .docx
 
Sodexo's Workplace Trends Report 2012
Sodexo's Workplace Trends Report 2012Sodexo's Workplace Trends Report 2012
Sodexo's Workplace Trends Report 2012
 
New product development
New product developmentNew product development
New product development
 

More from dohertyjoetta

NETWORKING SYSTEMS .docx
NETWORKING SYSTEMS                                                .docxNETWORKING SYSTEMS                                                .docx
NETWORKING SYSTEMS .docxdohertyjoetta
 
NEURAL NETWORKS 3Neural NetworksName Group .docx
NEURAL NETWORKS 3Neural NetworksName Group .docxNEURAL NETWORKS 3Neural NetworksName Group .docx
NEURAL NETWORKS 3Neural NetworksName Group .docxdohertyjoetta
 
Neo-psychoanalytic approaches to personality include theorists such .docx
Neo-psychoanalytic approaches to personality include theorists such .docxNeo-psychoanalytic approaches to personality include theorists such .docx
Neo-psychoanalytic approaches to personality include theorists such .docxdohertyjoetta
 
Neoliberalism In what ways does the world of Oryx and Crake reflect.docx
Neoliberalism In what ways does the world of Oryx and Crake reflect.docxNeoliberalism In what ways does the world of Oryx and Crake reflect.docx
Neoliberalism In what ways does the world of Oryx and Crake reflect.docxdohertyjoetta
 
Negligent Tort LiabilityPrior to beginning work on this assi.docx
Negligent Tort LiabilityPrior to beginning work on this assi.docxNegligent Tort LiabilityPrior to beginning work on this assi.docx
Negligent Tort LiabilityPrior to beginning work on this assi.docxdohertyjoetta
 
Needs to be at least 250 words with at least 1 scholarly article wit.docx
Needs to be at least 250 words with at least 1 scholarly article wit.docxNeeds to be at least 250 words with at least 1 scholarly article wit.docx
Needs to be at least 250 words with at least 1 scholarly article wit.docxdohertyjoetta
 
Need to write a Research proposal for 5 to 6 pages for above top.docx
Need to write a Research proposal for 5 to 6 pages for above top.docxNeed to write a Research proposal for 5 to 6 pages for above top.docx
Need to write a Research proposal for 5 to 6 pages for above top.docxdohertyjoetta
 
New England Journal of Public Policy Reconnecting the Brok.docx
New England Journal of Public Policy Reconnecting the Brok.docxNew England Journal of Public Policy Reconnecting the Brok.docx
New England Journal of Public Policy Reconnecting the Brok.docxdohertyjoetta
 
Neuroscience meets cryptography ( This is the topic for research p.docx
Neuroscience meets cryptography ( This is the topic for research p.docxNeuroscience meets cryptography ( This is the topic for research p.docx
Neuroscience meets cryptography ( This is the topic for research p.docxdohertyjoetta
 
Network Security Essentials Applications and StandardsSixth E.docx
Network Security Essentials Applications and StandardsSixth E.docxNetwork Security Essentials Applications and StandardsSixth E.docx
Network Security Essentials Applications and StandardsSixth E.docxdohertyjoetta
 
NETW204 Class Project This project includes three phases. .docx
NETW204 Class Project This project includes three phases. .docxNETW204 Class Project This project includes three phases. .docx
NETW204 Class Project This project includes three phases. .docxdohertyjoetta
 
Network forensics is considered a very hard problem for a number of .docx
Network forensics is considered a very hard problem for a number of .docxNetwork forensics is considered a very hard problem for a number of .docx
Network forensics is considered a very hard problem for a number of .docxdohertyjoetta
 
Network Design Proposal TemplateNetwork Design Proposal.docx
Network Design Proposal TemplateNetwork Design Proposal.docxNetwork Design Proposal TemplateNetwork Design Proposal.docx
Network Design Proposal TemplateNetwork Design Proposal.docxdohertyjoetta
 
Netflix’s strategy of moving to a streaming service has been widely .docx
Netflix’s strategy of moving to a streaming service has been widely .docxNetflix’s strategy of moving to a streaming service has been widely .docx
Netflix’s strategy of moving to a streaming service has been widely .docxdohertyjoetta
 
Network DesignScenarioThe Corporation Techs’ current network.docx
Network DesignScenarioThe Corporation Techs’ current network.docxNetwork DesignScenarioThe Corporation Techs’ current network.docx
Network DesignScenarioThe Corporation Techs’ current network.docxdohertyjoetta
 
Netflix is glowing. We had a beautiful Q4,” the company preen.docx
Netflix is glowing. We had a beautiful Q4,” the company preen.docxNetflix is glowing. We had a beautiful Q4,” the company preen.docx
Netflix is glowing. We had a beautiful Q4,” the company preen.docxdohertyjoetta
 
Netflix is an American media service provider founded by Reed Hastin.docx
Netflix is an American media service provider founded by Reed Hastin.docxNetflix is an American media service provider founded by Reed Hastin.docx
Netflix is an American media service provider founded by Reed Hastin.docxdohertyjoetta
 
Nelson v. James H. Knight DDS, P.C., 834 N.W.2d 64 (Iowa 2013).docx
Nelson v. James H. Knight DDS, P.C., 834 N.W.2d 64 (Iowa 2013).docxNelson v. James H. Knight DDS, P.C., 834 N.W.2d 64 (Iowa 2013).docx
Nelson v. James H. Knight DDS, P.C., 834 N.W.2d 64 (Iowa 2013).docxdohertyjoetta
 
Negrin 1Negrin 5Claudia NegrinProfessor Oscar GonzalezENC1.docx
Negrin 1Negrin 5Claudia NegrinProfessor Oscar GonzalezENC1.docxNegrin 1Negrin 5Claudia NegrinProfessor Oscar GonzalezENC1.docx
Negrin 1Negrin 5Claudia NegrinProfessor Oscar GonzalezENC1.docxdohertyjoetta
 
Needs to be 2 pages. APA format. Tie the three interpersonal concept.docx
Needs to be 2 pages. APA format. Tie the three interpersonal concept.docxNeeds to be 2 pages. APA format. Tie the three interpersonal concept.docx
Needs to be 2 pages. APA format. Tie the three interpersonal concept.docxdohertyjoetta
 

More from dohertyjoetta (20)

NETWORKING SYSTEMS .docx
NETWORKING SYSTEMS                                                .docxNETWORKING SYSTEMS                                                .docx
NETWORKING SYSTEMS .docx
 
NEURAL NETWORKS 3Neural NetworksName Group .docx
NEURAL NETWORKS 3Neural NetworksName Group .docxNEURAL NETWORKS 3Neural NetworksName Group .docx
NEURAL NETWORKS 3Neural NetworksName Group .docx
 
Neo-psychoanalytic approaches to personality include theorists such .docx
Neo-psychoanalytic approaches to personality include theorists such .docxNeo-psychoanalytic approaches to personality include theorists such .docx
Neo-psychoanalytic approaches to personality include theorists such .docx
 
Neoliberalism In what ways does the world of Oryx and Crake reflect.docx
Neoliberalism In what ways does the world of Oryx and Crake reflect.docxNeoliberalism In what ways does the world of Oryx and Crake reflect.docx
Neoliberalism In what ways does the world of Oryx and Crake reflect.docx
 
Negligent Tort LiabilityPrior to beginning work on this assi.docx
Negligent Tort LiabilityPrior to beginning work on this assi.docxNegligent Tort LiabilityPrior to beginning work on this assi.docx
Negligent Tort LiabilityPrior to beginning work on this assi.docx
 
Needs to be at least 250 words with at least 1 scholarly article wit.docx
Needs to be at least 250 words with at least 1 scholarly article wit.docxNeeds to be at least 250 words with at least 1 scholarly article wit.docx
Needs to be at least 250 words with at least 1 scholarly article wit.docx
 
Need to write a Research proposal for 5 to 6 pages for above top.docx
Need to write a Research proposal for 5 to 6 pages for above top.docxNeed to write a Research proposal for 5 to 6 pages for above top.docx
Need to write a Research proposal for 5 to 6 pages for above top.docx
 
New England Journal of Public Policy Reconnecting the Brok.docx
New England Journal of Public Policy Reconnecting the Brok.docxNew England Journal of Public Policy Reconnecting the Brok.docx
New England Journal of Public Policy Reconnecting the Brok.docx
 
Neuroscience meets cryptography ( This is the topic for research p.docx
Neuroscience meets cryptography ( This is the topic for research p.docxNeuroscience meets cryptography ( This is the topic for research p.docx
Neuroscience meets cryptography ( This is the topic for research p.docx
 
Network Security Essentials Applications and StandardsSixth E.docx
Network Security Essentials Applications and StandardsSixth E.docxNetwork Security Essentials Applications and StandardsSixth E.docx
Network Security Essentials Applications and StandardsSixth E.docx
 
NETW204 Class Project This project includes three phases. .docx
NETW204 Class Project This project includes three phases. .docxNETW204 Class Project This project includes three phases. .docx
NETW204 Class Project This project includes three phases. .docx
 
Network forensics is considered a very hard problem for a number of .docx
Network forensics is considered a very hard problem for a number of .docxNetwork forensics is considered a very hard problem for a number of .docx
Network forensics is considered a very hard problem for a number of .docx
 
Network Design Proposal TemplateNetwork Design Proposal.docx
Network Design Proposal TemplateNetwork Design Proposal.docxNetwork Design Proposal TemplateNetwork Design Proposal.docx
Network Design Proposal TemplateNetwork Design Proposal.docx
 
Netflix’s strategy of moving to a streaming service has been widely .docx
Netflix’s strategy of moving to a streaming service has been widely .docxNetflix’s strategy of moving to a streaming service has been widely .docx
Netflix’s strategy of moving to a streaming service has been widely .docx
 
Network DesignScenarioThe Corporation Techs’ current network.docx
Network DesignScenarioThe Corporation Techs’ current network.docxNetwork DesignScenarioThe Corporation Techs’ current network.docx
Network DesignScenarioThe Corporation Techs’ current network.docx
 
Netflix is glowing. We had a beautiful Q4,” the company preen.docx
Netflix is glowing. We had a beautiful Q4,” the company preen.docxNetflix is glowing. We had a beautiful Q4,” the company preen.docx
Netflix is glowing. We had a beautiful Q4,” the company preen.docx
 
Netflix is an American media service provider founded by Reed Hastin.docx
Netflix is an American media service provider founded by Reed Hastin.docxNetflix is an American media service provider founded by Reed Hastin.docx
Netflix is an American media service provider founded by Reed Hastin.docx
 
Nelson v. James H. Knight DDS, P.C., 834 N.W.2d 64 (Iowa 2013).docx
Nelson v. James H. Knight DDS, P.C., 834 N.W.2d 64 (Iowa 2013).docxNelson v. James H. Knight DDS, P.C., 834 N.W.2d 64 (Iowa 2013).docx
Nelson v. James H. Knight DDS, P.C., 834 N.W.2d 64 (Iowa 2013).docx
 
Negrin 1Negrin 5Claudia NegrinProfessor Oscar GonzalezENC1.docx
Negrin 1Negrin 5Claudia NegrinProfessor Oscar GonzalezENC1.docxNegrin 1Negrin 5Claudia NegrinProfessor Oscar GonzalezENC1.docx
Negrin 1Negrin 5Claudia NegrinProfessor Oscar GonzalezENC1.docx
 
Needs to be 2 pages. APA format. Tie the three interpersonal concept.docx
Needs to be 2 pages. APA format. Tie the three interpersonal concept.docxNeeds to be 2 pages. APA format. Tie the three interpersonal concept.docx
Needs to be 2 pages. APA format. Tie the three interpersonal concept.docx
 

Recently uploaded

MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...MysoreMuleSoftMeetup
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptNishitharanjan Rout
 
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdf
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdfContoh Aksi Nyata Refleksi Diri ( NUR ).pdf
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdfcupulin
 
Improved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio AppImproved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio AppCeline George
 
Rich Dad Poor Dad ( PDFDrive.com )--.pdf
Rich Dad Poor Dad ( PDFDrive.com )--.pdfRich Dad Poor Dad ( PDFDrive.com )--.pdf
Rich Dad Poor Dad ( PDFDrive.com )--.pdfJerry Chew
 
Graduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptxGraduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptxneillewis46
 
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptxAnalyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptxLimon Prince
 
How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17Celine George
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...EADTU
 
Major project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategiesMajor project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategiesAmanpreetKaur157993
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...Nguyen Thanh Tu Collection
 
SPLICE Working Group: Reusable Code Examples
SPLICE Working Group:Reusable Code ExamplesSPLICE Working Group:Reusable Code Examples
SPLICE Working Group: Reusable Code ExamplesPeter Brusilovsky
 
e-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopale-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi RajagopalEADTU
 
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...Nguyen Thanh Tu Collection
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxAdelaideRefugio
 
The Liver & Gallbladder (Anatomy & Physiology).pptx
The Liver &  Gallbladder (Anatomy & Physiology).pptxThe Liver &  Gallbladder (Anatomy & Physiology).pptx
The Liver & Gallbladder (Anatomy & Physiology).pptxVishal Singh
 
The Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDFThe Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDFVivekanand Anglo Vedic Academy
 
male presentation...pdf.................
male presentation...pdf.................male presentation...pdf.................
male presentation...pdf.................MirzaAbrarBaig5
 

Recently uploaded (20)

MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
 
VAMOS CUIDAR DO NOSSO PLANETA! .
VAMOS CUIDAR DO NOSSO PLANETA!                    .VAMOS CUIDAR DO NOSSO PLANETA!                    .
VAMOS CUIDAR DO NOSSO PLANETA! .
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdf
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdfContoh Aksi Nyata Refleksi Diri ( NUR ).pdf
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdf
 
Improved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio AppImproved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio App
 
Rich Dad Poor Dad ( PDFDrive.com )--.pdf
Rich Dad Poor Dad ( PDFDrive.com )--.pdfRich Dad Poor Dad ( PDFDrive.com )--.pdf
Rich Dad Poor Dad ( PDFDrive.com )--.pdf
 
Graduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptxGraduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptx
 
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptxAnalyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
Analyzing and resolving a communication crisis in Dhaka textiles LTD.pptx
 
How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
 
Major project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategiesMajor project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategies
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
 
Including Mental Health Support in Project Delivery, 14 May.pdf
Including Mental Health Support in Project Delivery, 14 May.pdfIncluding Mental Health Support in Project Delivery, 14 May.pdf
Including Mental Health Support in Project Delivery, 14 May.pdf
 
SPLICE Working Group: Reusable Code Examples
SPLICE Working Group:Reusable Code ExamplesSPLICE Working Group:Reusable Code Examples
SPLICE Working Group: Reusable Code Examples
 
e-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopale-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopal
 
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptx
 
The Liver & Gallbladder (Anatomy & Physiology).pptx
The Liver &  Gallbladder (Anatomy & Physiology).pptxThe Liver &  Gallbladder (Anatomy & Physiology).pptx
The Liver & Gallbladder (Anatomy & Physiology).pptx
 
The Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDFThe Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDF
 
male presentation...pdf.................
male presentation...pdf.................male presentation...pdf.................
male presentation...pdf.................
 

Name yuelong suCO SCI 243Lab 10 - pg441 #5dat.docx

  • 1. //Name: yuelong su //CO SCI 243 //Lab 10 - pg441 #5 //date: 5/16/2019 //Description: program that reads in a list of integers into // an array with base type int. #include<iostream> #include<fstream> using namespace std; void showScreen(); int main() { int size(0), arr[50], i(0), choice; char filename[50];
  • 2. showScreen(); cin >> choice; if(choice == 1)//user input option { cout << "nHow many numbers? "; cin >> size; cout << "Enter " << size << " integers:n"; for(i = 0; i < size; i++) //user input some numbers depending on the size user sat { cin >> arr[i]; } } if(choice != 1)//file option { cout << "nEnter a file name with directory: "; cin >> filename;
  • 3. ifstream inFile(filename); while(inFile >> arr[i])//count how many numbers are in the file { size++; i++; } } for(i = 0; i < size; i++) { for(int j = 0; j <= i; j++) { if(arr[i] > arr[j]) { int temp = arr[i];
  • 4. arr[i] = arr[j]; arr[j] = temp; } } } cout << "nN Countn"; for(i = 0; i < size; i++)//show the data to the screen in the required format { int count(1); while(arr[i] == arr[i + 1] && i < size)//count how many times the number appears in the file { count++; i++; } cout << arr[i] << " " << count << endl;
  • 5. } return 0; } void showScreen() { cout <<"This program that reads in a list;" <<"of integers into an array with base type int.n"; cout << "Enter 1 for user input or other number for file input: "; } Values and Strategy 1 Values and Strategy 2
  • 6. Values and Strategy Introduction Compass Group USA is an organization that provides foodservice and support services to corporate cafeterias, arenas, museums, award winning restaurants and many other related businesses in the market place. It is a global leader as a contractor in foodservice but also in the hospitality market. The USA branch began in 1994 with the purchase of Canteen which was bringing in over $1 billion in US dollar revenue and the organization continues to grow dramatically. Strategic Management Process When reviewing this process, we first think of rules to follow or obey. However, there is a lot more to strategic management process if we understand the philosophical views from its given processes. They are steps we must take to reach our goals thru strategic planning which is set to lead in the market share. There are five different stages that this process uses so that everyone understands the goal and what it takes to get there, goal setting, analyzing, strategy formulation, strategy
  • 7. implementation and evaluate and control (Clayton, 2017). First, is the goal setting. We use this process to understand and define the vision of the business. The short and long-term commitments are key factors of this process. Point out how the organization plans to reach its objective keeping in mind that the employees are a huge part of this commitment. Second, analyze all the data collected so it can breakdown the needs of the business and in return be able to detail the initiatives it needs to accomplish the growth of the company. Third, strategy formulation comes after that has been analyzed. These steps help define what current programs or department need to reach their potential but also identifies areas where support is most needed for success (Clayton, 2017). Fourth, strategy implementation will help release the information to the rest of the company and put in place so that everyone has what each of them needs to accomplish the goals. Fifth, evaluate and control will point out what is working and what needs help or change. This last part of the process is crucial because after a define plan is put in place, it must be able to adapt to any changes and redefine the business as it evolves with the changes and its surroundings. As the organization uses all these components and gets everyone to work together, the core value of the business with rise but it will learn to adjust with time. Mission and Vision Compass Group is a global business and although is a very large organization made up of many entities with many different clients as well as vendors and suppliers, the mission and vision are set in place to promote personal and family values. The mission is “Everyone in Compass Group is committed to consistently delivering superior service in the most efficient way, for the shared benefit of our customers, shareholders, and associates” ("Compass Group Mission & Vision", 2017). The mission speaks commitment to perform which means that in order to do so, they must promote safety and health to everyone from employees to the clients and community. Our customers can only be amazed if we are consistent and demonstrate the
  • 8. ability to perform our best when providing best quality and value to our products and services. Its vision is “To be a world- class provider of contract foodservice and support services, renowned for our great people, our great service, and our great results.” ("Compass Group Mission & Vision", 2017). These are values that promote professional standards which in turn create trust and respect for all. A major goal is to set standards for quality and to always have a win-win passion which are major factors when you want to be a leader in the corporate world and be able to compete as a major competitor not just in service but a leader in ethics and responsibility. Making positive contribution to the community, customer and employees helps the organization set its goal as a whole and not just one section of the business. Ethics and Corporate Social Responsibility Compass Group goals are to be a world leading organization if the food management and support business market share. For that same reason, it depends in the entire organization follow the code of Business conduct which requires everyone to always act in a professional and responsible manner. In strategic planning, the role of ethics and corporate social responsibility are very high set standards that need to be followed and practice ("The Ethics Of Corporate Social Responsibility", 2013). Businesses are becoming more transparent by releasing their achievements thru their financial reports. By making good decisions, for people or the environment, businesses are listening to their stakeholders. The public image can harm a business drastically, but it can help gain and maintain clients as their public image show social responsibility ("The Ethics Of Corporate Social Responsibility", 2013). As a Director with Compass Group, I am dedicated and committed to perform my best and to work ethically as I know that my actions and reactions are a mirror image of what Compass group is trying to accomplish. It is the mission and vision of Compass Group that sets the goals, but most important is as employees to follow but also enforce the
  • 9. value thru our employees and partners in the business. Conclusion Since 1994, Compass Group USA continues to acquire new organizations and adding them into their world portfolio. The commitment to excellence does not lessen or weakened as it grows. In fact, the need for improvement get stronger and better each time. “The World Bank defines Corporate Social Responsibility as “the commitment of businesses to behave ethically and to contribute to sustainable economic development by working with all relevant stakeholders to improve their lives in ways that are good for business, the sustainable development agenda, and society at large"("The Ethics Of Corporate Social Responsibility", 2013). It is our job as employees, management staff, Senior and Upper management to live and breathe these rules and to implement them but practice and maintain them so that we, as a whole, can promote growth and excellence thru the organization. References Clayton, J. (2017). The Five Stages of the Strategic
  • 10. Management Process. Retrieved from http://smallbusiness.chron.com/five-stages-strategic- management-process-18785.html Compass Group Mission & Vision. (2017). Retrieved from http://www.compass-usa.com/mission-vision/ The Ethics of Corporate Social Responsibility. (2013). Retrieved from https://www.brandeis.edu/ethics/ethicalinquiry/2013/November. html