Answer:
Program is in C++
Explanation:
C++ Code
1) By using For Loop
void forLoopFunction(int value){
for(int start=value; start>0; start--){
cout<<start<<endl;
}
}
Explanation
Start for loop by assigning the loop variable to parameter value and condition will be that loop variable will be greater then 0 and at the end decrements the loop variable.
2) By usin WhileLoop
void whileLoopFunction(int value){
while(value>0){
cout<<value<<endl;
value--;
}
}
Explanation
In while loop first add the condition as variable must be greater then 0 and then print the value with endl sign to send the cursor to next line and at the end of the loop decrements the variable.
The option that best describes the internet of things is option c. the digitization of our everyday world.
<h3>What is IoT and how does it operate?</h3>
The internet of things, or IoT, is an interconnected network of computing devices, mechanical and digital machines, objects, animals, or people who are given unique identifiers (UIDs) and the capacity to transfer data over a network without the need for human-to-human or human-to-computer interaction.
The Internet of Things, also known as IoT, is the collective network of interconnected devices and the technology that enables communication between them as well as between them and the cloud.
Hence, The term "Internet of things" refers to actual physical things that have sensors, processing power, software, and other technologies, connect to other systems and devices via the Internet or other communications networks, and exchange data with them.
Learn more about internet of things from
brainly.com/question/28521945
#SPJ1
Answer:
Favorite sport
.
Explanation:
<em>A school mascot would be unsafe to be associated with your online username as potential hackers and strangers would have an idea where school do you attend.
</em>
<em>
Year of birth would also be unsafe as it would give them an idea when you were born. Also, birthdates are often part of registrations in websites and even in the offline world. </em>
<em>
City of residence is also unsafe to be used as you would give attackers and online strangers to know where do you live. </em>