Answer:
The program in Python is as follows:
numList = []
num = int(input())
while num != 0:
numList.append(num)
num = int(input())
numList.sort()
for num in numList:
print(num)
Explanation:
This initializes the list
numList = []
This gets input from the user
num = int(input())
This loop is repeated until the user enters 0
while num != 0:
This appends the user input to the list
numList.append(num)
This gets another input from the user
num = int(input())
This sorts the list in ascending order
numList.sort()
This iteration prints the list elements, each on a line
<em>for num in numList:</em>
<em> print(num)</em>
Answer:
D. NASA would have preferred that the process for making trajectory calculations during the 1930s and 1940s had not been brought to light.
Answer: c. It does not include marketing in its value chain.
Explanation:
OEMs known in full as Original Equipment Manufacturers procure different components that they assemble to make a final product for their clients. Their clients include re-sellers and distributors who then market the products .In adding value to the products they also have research and development in order to come up with innovative products that are competitive within the market and offer solutions that meet the needs of their target market.
The answer is B, e commerce. Have a good day
Search engines - there was no single way to ask a question