Final answer:
To create a flowchart for calculating the perimeter of a square, start by prompting for the length of the square. If the length is valid, display 'Length is ACCEPTABLE', otherwise display 'INCORRECT LENGTH ENTERED'. Calculate the perimeter by multiplying the length by 4 and then display the perimeter.
Step-by-step explanation:
Flowchart for Calculating Square Perimeter
- Start
- Prompt for the length of the square
- If the length is valid, display 'Length is ACCEPTABLE'
- If the length is invalid, display 'INCORRECT LENGTH ENTERED'
- Calculate the perimeter by multiplying the length by 4
- Display the perimeter
- End