Answer:
please give brainliest my brother just got the corona virus
Explanation:
this is my brothers account he wants to get 5 brainliest
Answer:
sum2 = 0
counter = 0
lst = [65, 78, 21, 33]
while counter < len(lst):
sum2 = sum2 + lst[counter]
counter += 1
Explanation:
The counter variable is initialized to control the while loop and access the numbers in <em>lst</em>
While there are numbers in the <em>lst</em>, loop through <em>lst</em>
Add the numbers in <em>lst</em> to the sum2
Increment <em>counter</em> by 1 after each iteration
Answer:
t = 25.10 sec
Explanation:
we know that Avrami equation

here Y is percentage of completion of reaction = 50%
t is duration of reaction = 146 sec
so,


taking natural log on both side
ln(0.5) = -k(306.6)

for 86 % completion




t = 25.10 sec
Answer:
I believe reverse boost valve.