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
7.1m questions
9.5m answers