Answer:
C. Modem
Explanation:
According to my research on information technology, I can say that based on the information provided within the question you must connect your computer to a Modem in order to provide your computer with an internet connection. A modem is a hardware device that converts data into a format that can be transmitted from computer to computer which is basically what the internet is
I hope this answered your question. If you have any more questions feel free to ask away at Brainly.
Answer: Find the app you want to close, then go to the moveable panel and click the X.
Answer:
int counter = 0;
String userInput = "";
while (userInput != "stop") {
print "What pet do you have? ";
userInput = readInputLine();
if (userInput != "stop" ){
counter = counter + 1;
print "\nYou have one ";
print userInput;
print ". Total # of Pets: ";
print counter;
}
}
Explanation:
not sure what programming language you use, therefore the answer is pseudocode but it should give you an idea how to implement a piece of code for this problem.
Also, from the way you described the exercise I'm not sure if you always are supposed to reply with "you have one" + the pet or if you should count how often the same pet was entered.
Answer:
Earthquake
Explanation:
Around 3 million people were affected by this disaster and it was the most devastating natural disaster ever experienced in Haiti. Roughly 250,000 lives were lost and 300,000 people were injured.