Question: Hide Assignment Information Instructions Overview Write a program for elementary students to help them calculate which rectangle has the greater area. The program should welcome
Hide Assignment Information
Instructions
Overview
Write a program for elementary students to help them calculate which rectangle has the greater area.
The program should welcome the user with a fun message and then ask for the user's name. It should then greet them personally and inform them what the program will do and contain
For example: "Welcome Ty Let's calculate the area of two rectangles and see which is larger!
The program should then ask them to enter the length and width of two rectangles.
The program will then tell the user which rectangle has the larger area with a custom message using the student's name.
Details
Before attempting this Programming Project, extract all the information from the overview above.
First, brainstorm the algorithm.
Identify any variables you may need
Flush through the pseudocode and flowchart it
Translate it to Python code!
Finally, write a reflection on how you completed the project.
Requirements
The Flowchart must:
Contain the correct flowchart symbols
Represent the overall flow of the program
Be neat and professional text contained in shapes, arrows connected, etc.
The Python Program must:
Run without error
Contain appropriate comments that explain the logic include your name
Meet the minimum requirements as stated in the overview above
The Written Reflection must:
Be an insightful and detailed reflection sentences
Be written IN YOUR OWN VOICE no AIgenerated content
Include the approach you took while problemsolving
List any resources you used to help solve the problem.
Be found in a block comment in the program.
Submission Instructions
Once you design the program, you will upload two things to this assignment.
A flowchart of the solution as a png file diagramsnet exports png files
a py file of the working Python program solution
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
