Answer:
Explanation:
A civil Engineer builds buildings, roads and bridges.
Answer:
Albert Einstein
Explanation:
Hello, great question. It is always good to ask questions and get rid of any doubts.
Albert Einstein was awarded the <u><em>Nobel Peace Prize</em></u> for his work on Photoelectric Effect in the year 1921. Albert Einstein was a physicist who was born in Germany in 1955, and dedicated his life to science. Largely known for his discovery of the <em><u>General Theory of Relativity</u></em>. Einstein won the Nobel Peace prize for discovering that light are formed in packets of energy that travel at in different frequencies or wave lengths.
I hope this answered your question. If you have any more questions feel free to ask away at Brainly.
Answer:
Same Browser
Explanation:
If we access some password for some website in from some computer. It will be saved in the browser of the computer. Whenever we access the website from some other computer and we want to login we need the same browser.
In this process, browser is sync by using our mailing address. Whenever we want to access the pasword of different website from some other device, we need to sync that device browser with the same mailing address.
In this process all password that are saved on other device may access from any device.
Answer:
11
Explanation:
the second in the d aray is c because to call the first value, it is d[0]. So, to call c, you put d[2]. And the 0 of the c array, or the 0 of the 2 of the d array, it is 11
put it in a program. I use JS so if you have an Apple, open script editor and change the script from AppleScript to JavaScript and put in this code:
var a = [5, 10, 15];
var b = [2, 4, 6];
var C = [11, 33, 55];
var d = [a, b, C];
d[2][0];