Answer:
Mesh- The mesh topology has a unique network design in which each computer on the network connects to every other.
Tree- Tree topologies have a root node, and all other nodes are connected which forming a hierarchy.
pls mark as brainliest
Explanation:
I haven’t read it, but just by the title it was probably talking about an incredible machine that was new to people.
Answer:
#include <iostream>
using namespace std;
int main()
{
int myArray[] = {-11,3,-8,30,-2,0,5,7,-100,44};
int n = sizeof(myArray)/sizeof(myArray[0]);
for(int i=0;i<n;i++){
if(myArray[i]>=0){
cout<<myArray[i]<<endl;
}
}
return 0;
}
Explanation:
First include the library iostream in c++ programming for using the input/output function.
Then, create the main function and define the array with the elements which contain both positive element as well negative elements.
after, use the for loop for traversing the array and inside the loop take the conditional statement for check if element in the array is positive.. if it true then print the element on the screen with separate line.
Answer:
<em>Lillipop</em>
Explanation:
If you have your hands correctly placed on the keyboard, the only hand needed to type the word, "lillipop", is the left hand!
<em>Hope I was of Assistance</em><u><em> #SpreadTheLove <3</em></u>