Answer:
Product-based companies make a specific product and try to market it as a solution. But project-based companies create a solution based on many products and sell it as a packaged solution to a particular need or problem.
Explanation:
hope this helps
Answer: Planning the solution, look and feel of the software interface
<span>A. Aggregate Price Level</span>
Answer:
list1=[]
n=10
for i in range(n):
z=int(input("Enter number:"))
list1.append(z)
print(list1)