My asian asnwer: <span><address></span><span><article></span><span><aside></span><span><blockquote></span><span><canvas></span><span><dd></span><span><div></span><span><dl></span><span><dt></span><span><fieldset></span><span><figcaption></span><span><figure></span><span><footer></span><span><form></span><span><span><h1></span>-<span><h6></span></span><span><header></span><span><hr></span><span><li></span><span><main></span><span><nav></span><span><noscript></span><span><ol></span><span><output></span><span><p></span><span><pre></span><span><section></span><span><table></span><span><tfoot></span><span><ul></span><span><video></span>
Answer:
Here is my answer in Javascript
num = 0; // Use to calcate the even numbers
loop = 10; // Use for the highest even number that will be calcated for
index = loop/2; // Calcate the size of the array based upon how many loops their
let arr = [index]; //Create array to store the even numbers
let i = 0; // Use to keep track of which on what number in the while loop we are on
let total = 0; //Used to add up all of the even numbers
let mean = 0; //Used to calcate the mean of all even numbers
do {
i = i + 1; //Keep track of what loop we are on
num = num + 2; //Used to calcate the even number
arr.push(num); //Push the num into a array
total = total + arr[i]; //Calcate the total of the array
mean = total / i; //Calcate the mean
}
while (num != loop);
//Output the result
console.log(mean);
Hi there,
It is either b or d
Answer: Information technology
Nanotechnology
Explanation:
Database Managers are the individuals who responsible create databases for organizations and maintain existing ones.
Nanotechnology simply refers to a research field that has to do with the building of things and devices.
Information technology refers to the study of computers for the storage and sending of information.
A network technician is someone who maintains, and repairs computer systems and they also set up several Internet connections, and networks.
We should note that information technology and nanotechnology are both disciplines as they are studied in different colleges.