Answer : communicate is the answer.
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>
False, there is a variety
Answer:
Explanation:
Download and install Microsoft Office applications
1. Log into your Microsoft Office 365 portal. ...
2. In the top right corner, click Install Office apps.
3. Select Office 2016. ...
4. If prompted, click the Save File button, to allow the download.
5. The install file will download to your computer.
6. When you launch the new applications, log in with your Office 365 email address and password.