Answer:
getline(cin, address);
Explanation:
Given
String object: address
Required
Statement that reads the entire line
The list of given options shows that the programming language is c++.
Analysing each option (a) to (e):
a. cin<<address;
The above instruction will read the string object until the first blank space.
Take for instance:
The user supplied "Lagos state" as input, only "Lagos" will be saved in address using this option.
b. cin address:
This is an incorrect syntax
c. getline(cin,address);
Using the same instance as (a) above, this reads the complete line and "Lagos state" will be saved in variable address
d. cin.get(address);
address is created as a string object and the above instruction will only work for character pointers (i.e. char*)
<em>From the above analysis, option (c) is correct.</em>
Answer:
Rick has identified a cost risk.
Explanation:
Risk is the probability of loss in a given setting. Herein, the risk involved is the inadequate assessment of the costs involved to carry out the project usually as a result of poor pricing evaluation of resources required for the project. At the early stage of every project, effective and efficient cost estimation is needed because it provides a basis for estimation of the total costs, it helps distribute the cost budget, it eases decision making and thereby assuring a level of profitability, everything being equal.
Answer: CIC
Explanation:
A call center is a customer interaction center (CIC) and it is the interface between call center agent with the customers directly. CIC are connected by the external telephone system and it uses as call center.
And the caller are basically identify by the telephone number and customer information are display in the CIC.
CIC are the modular structure for communication which include various components of CIC and framework.
I would say the answer is <u>Logistics Manager, Material Handlers, and Inventory Managers.</u>
<u></u>
<u><em>Logistics Manager:</em></u><em> person in charge of overseeing the purchasing </em>
<em> and distribution of products in a supply chain</em>
<em />
<em> </em><u><em>Material Handlers:</em></u><em> responsible for storing, moving, and handling </em>
<em> hazardous or non-hazardous materials</em>
<em />
<em> </em><u><em>Inventory Managers:</em></u><em> oversee the inventory levels of businesses</em>
<em> </em>
<u></u>
Hope that helps!
Answer:
Allow access.
Explanation:
Network server is a type of central repository (file server), where computers connected to it can access files stored in the repository. There can be other types of network server, besides file server, like printer server.
Network server are usually not available over the internet and require users to connect to a local network (intranet), in order to access it.
The server is managed by an administrator. One of the jobs of the administrator is to password protect and/or add users to the server.