Answer:
The program is as follows:
i = 1
while(i<11):
j = 1
while(j<=i):
print('*', end = '')
j += 1
i += 1
print()
Explanation:
Initialize i to 1
i = 1
The outer loop is repeated as long as i is less than 11
while(i<11):
Initialize j to 1
j = 1
The inner loop is repeated as long as j is less than or equal i
while(j<=i):
This prints a *
print('*', end = '')
This increments j and ends the inner loop
j += 1
This increments i
i += 1
This prints a blank and ends the inner loop
print()
Answer:
Explanation:
From the given information:
Water freezing temp. 
Heat rejected temp 
Recall that:
The coefficient of performance is:

Again:
The efficiency given by COP can be represented by:

Finally; the power input in an hour can be determined by using the formula:

In hp; since 1 kW = 1.34102 hp
6.86kW will be = (6.86 × 1.34102) hp
= 9.199 hp
Answer:
Toeboards, debris nets, or canopies
Explanation:
Answer: The answer is A. The company is trying to transfer intellectual capital to a knowledge management system