Answer:
See attachment for flowchart
Explanation:
The flowchart is as follows:
Step 1: Start
This signals the beginning of the flowchart
Step 2: Input name, x
This gets input for name and x from the user
Step 3: count = 0
This initializes count to 0
Step 4: Print name
This prints the person's name
Step 5: count = count + 1
This increments the number of times the name has been printed
Step 6: count = x?
This checks if the number of times the name has been printed is x times
If yes, step 7 is executed.
If no, step 4 is executed
Step 7: Stop
This signals the end of the flowchart