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:
Check the 2nd, 3rd and 4th statements.
Explanation:
The answer is A. Immediately inform her colleague
Answer:
Plain carbon steel has no or trace external elements while alloy steel has high amount of other elements.
Explanation:
Plain carbon steel has no or trace amount of other elements while alloy steel has high amount of other elements in their composition.
The presence of other elements in alloy steel improvise several physical properties of the steel while plain carbon steel has the basic properties.
Answer:
The Euler buckling load of a 160-cm-long column will be 1.33 times the Euler buckling load of an equivalent 120-cm-long column.
Explanation:
160 - 120 = 40
120 = 100
40 = X
40 x 100 / 120 = X
4000 / 120 = X
33.333 = X
120 = 100
160 = X
160 x 100 /120 = X
16000 / 120 = X
133.333 = X