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:
7.615 kW
Explanation:
Solution in pen paper form in the attachment section
Explanation:
150 divide by 150 and that how you do the is you what to divide together 15/ 150 you welcome have a good day is you need something else
Answer:
modulus of elasticity for the nonporous material is 340.74 GPa
Explanation:
given data
porosity = 303 GPa
modulus of elasticity = 6.0
solution
we get here modulus of elasticity for the nonporous material Eo that is
E = Eo (1 - 1.9P + 0.9P²) ...............1
put here value and we get Eo
303 = Eo ( 1 - 1.9(0.06) + 0.9(0.06)² )
solve it we get
Eo = 340.74 GPa
The option that has the correct order or sequence of events are;
1) Scan host.
2) Add host to subscription.
3) Use host as report source.
<h3>What are host assets?</h3>
Host assets are known to be a kind of IP addresses in a person's account. This type of assets is one that can be used as a kind of scan, map and also to report targets.
A person can view the hosts in their account by going the Assets panel to the Host Assets. One can add new hosts by the use of the New menu. The person can also only carry out actions like scanning, mapping and reporting on one's hosts.
Learn more about IP addresses from
brainly.com/question/24930846