Answer:
Complete the main method as follows:
int num;
cin>>num;
int i = 0;
while(num!=0){
array[i] = num;
cin>>num;
i++;
}
Complete the printArray function as follows:
void printArray(int array[]){
int i =0;
while(array[i]!=0){
cout<<array[i]<<" ";
i++;
}}
Explanation:
<u>Main method</u>
This declares a variable that gets input from the user
int num;
This gets input from the user
cin>>num;
This initializes a count variable to 0. It represents the index of the current array element
int i = 0;
while(num!=0){
This inserts the inputted number to the array
array[i] = num;
This gets another input
cin>>num;
The counter is incremented by 1
i++;
}
The above loop is repeated until the users enters 0
<u>printArray method</u>
This declares the array
void printArray(int array[]){
This initializes a counter variable to 0
int i =0;
This is repeated until array element is 0
while(array[i]!=0){
Print array element
cout<<array[i]<<" ";
Increase counter by 1
i++;
}}
<em>See attachment for complete program</em>
The main dfifference is a Partial Copy Sandbox only copies a selection of your data.
What are partial copy sandboxes and full sandboxes?
To test new configurations with your own real data, a partial copy sandbox duplicates your configuration and some (but not all) of your data. A Partial Copy Sandbox just replicates a portion of your data, as opposed to a Full Sandbox, which duplicates all of your data and is an exact replica of your production organization.
- While a Partial Copy Sandbox can be renewed every 5 days, a Full Sandbox can only be refreshed every 29 days.
- On creation or refresh, a Partial Copy Sandbox copies only sample data; in contrast, a Full Sandbox copies all data.
- In addition to the overall data storage restriction, the 5GB file storage limit is different for a Partial Copy Sandbox.
To learn more about sandboxes click on the link below:
brainly.com/question/20436561
#SPJ4
The window that shows instructions for a lab activity is known as the Cisco Packet Tracer Activity window.
<h3>What is Packet Tracer activity?</h3>
Cisco Packet Tracer is known to be a form of a comprehensive networking technology that is made for lecture and it is also a learning tool that gives a kind of a special combination that are made up of realistic simulation and visualization experiences as well as assessment, activity authoring capabilities, and others.
Hence, The window that shows instructions for a lab activity is known as the Cisco Packet Tracer Activity window.
Learn more about computer windows from
brainly.com/question/25243683
#SPJ1
Answer:
A Telephone, Printer, Computers, Security Monitor
I think <span>Dances with Wolves</span>