Answer:
counter = int(input("Enter a number: "))
for i in range(counter):
print("computing")
Step-by-step explanation:
since you didnt mention what program to use, im using python to answer the question
5.6m questions
7.3m answers