Explanation:
num1= print("Enter a number :")
num2 = print("Enter a number :")
sum = num1 + num2
print(sum)
I included my code in the picture below.
Answer:
<h2>
Analytical Engine</h2>
Explanation:
Analytical Engine, generally considered the first computer, designed and partly built by the English inventor Charles Babbage in the 19th century (he worked on it until his death in 1871).
Answer:
A. using a hook in his opening
B. detailing the speech’s objectives
E. letting his audience know what to expect
Explanation:
Opening his speech using a quotation is a strategy of using a narrative hook, or simply hook, by Ian. Giving a grand and enticing opening is what makes an audience to pay attention and listen to what the speaker has to say in his speech. So, first strategy used by Ian is using a hook in his opening.
Another strategy used by Ian is giving objective details of his speech. By outlining what he will be covering in his speech, Ian is letting his audience know what to expect from the speaker and his speech, and also gave details of his speech.
So, option A, B, and E are correct.
Answer:
The formula to enter in E14 is as follows:
=DAYS(D14,$E$10)
Explanation:
Required
Formula to calculate the number of days between E10 and D14
The syntax to do this is:
=DAYS(end_date,start_date)
So, we have:
=DAYS(D14,E10)
The question requires a mix of relative and mixed references because cell E10 will be constant in calculating the difference for dates in other cells.
In other words, the initial date is constant for all
So, the update formula is:
=DAYS(D14,$E$10)
Notice the $ between in E10; this represents mixed referencing
When dragged to E15 till E68, the formulas in the respective cells will be:
=DAYS(D15,$E$10) .............................. =DAYS(D68,$E$10)