Answer:
That's a high score!
This is a test question!
Explanation:
The reason these two lines are printed and not the first one is simple. After the 'IF' condition has been stated, there is no use of parenthesis such as { and } to enclose the next lines. This means that only the first line after the 'IF' condition may be read or skipped depending on whether the condition (score>95) is met. Since the score is not larger than 95, and the 'IF' condition fails, the line 'Congratulations!' is not printed. The next two lines of the code are read as normal because they do not depend on the 'IF' condition.
Answer:
h = 287.1 m
Explanation:
the density of mercury \rho =13570 kg/m3
the atmospheric pressure at the top of the building is

the atmospheric pressure at bottom


we have also

1.18*9.81*h = (100.4 -97.08)*10^3
h = 287.1 m
Answer:
capacity = 0.555 mAh
capacity = 3600 mAh
Explanation:
given data
battery = 1800 mAh
OCV = 3.9 V
solution
we get here capacity when it is in series
so here Q = 2C
capacity = 2 × ampere × second ...............1
put here value and we get
and 1 Ah = 3600 C
capacity =
capacity = 0.555 mAh
and
when it is in parallel than capacity will be
capacity = Q1 +Q2 ...............2
capacity = 1800 + 1800
capacity = 3600 mAh