Answer :
The code:Real length, width, area, area_sq_yardoutput "Enter the length of the room (in feet):"input lengthoutput "Enter the width of the room (in feet):"input widtharea = length * widtharea_sq_yard = area / 9output "The area of the room is: " + area_sq_yard + " square yards."The code is written in the Flowgorithm.
Here is the Flowgorithm chart and the code to calculate the area of a room to determine the amount of floor covering required:The chart:
Step-by-Step Solution:Step 1: Declare variables that will hold the length and width of the room in feet (real variables).S
tep 2: Declare a variable to hold the area of the room (real variable).
Step 3: Declare a variable to hold the area of the room in square yards (real variable).
Step 4: Display a message that prompts the user to input the length of the room in feet.
Step 5: Input the length of the room in feet.
Step 6: Display a message that prompts the user to input the width of the room in feet.
Step 7: Input the width of the room in feet.
Step 8: Calculate the area of the room in square feet by multiplying the length and width of the room.
Step 9: Calculate the area of the room in square yards by dividing the area of the room in square feet by 9.
Step 10: Display the area of the room in square yards.
The code:Real length, width, area, area_sq_yardoutput "Enter the length of the room (in feet):"input lengthoutput "Enter the width of the room (in feet):"input widtharea = length * widtharea_sq_yard = area / 9output "The area of the room is: " + area_sq_yard + " square yards."The code is written in the Flowgorithm.
The flowchart can be generated using this code. The output would be the area of the room in square yards that is required for the floor covering.
To know more about room visit;
brainly.com/question/32737312
#SPJ11