Primary sources would be best
Answer:
#include <iostream>
#include<string.h>
using namespace std;
void printCharacter(string name){
for(int i=0;name[i]!='\0';i++){
cout<<name[i]<<endl;
}
}
int main()
{
string name;
cout<<"enter the name: ";
cin>>name;
printCharacter(name);
}
Explanation:
first include the two libraries iostream for input/output and string library for using the string.
then, create the main function and declare the variable type string.
cout instruction is used o display the message on the screen.
cin is used to store the value in the name variable.
after that, call the function. The program control move to the the function. In the function for loop is used to print the character one by one until end of the name.
The report that shows what mobile devices were used to view a website is the Devices report under “Mobile”
<h3>What is a mobile device?</h3>
This is known to be a is a small hand-held device that shows screen with touch input and it is said to be also made up of QWERTY keyboard as well as others.
Note that The report that shows what mobile devices were used to view a website is the Devices report under “Mobile”
See full question below
What report shows what mobile devices were used to view a website?
The Exit Pages report under “Site Content”
The Landing Page report under “Site Content”
The Engagement report under “Behavior”
The Devices report under “Mobile”
Learn more about website from
brainly.com/question/13171394
#SPJ12
The answer is Printer, workstation, NOC, and fax.
Any devices or systems connected to a network are called nodes. When defining a node, always have in mind that it is anything that has an IP address. For instance, if a network connects 5 computers, 1 file server, and 2 printers, there are 8 nodes on this network.
Answer:
Share your screen and edits the parts you want. What meet are you using, zoom or something else?