Question:
ASSINGMENT OVERVIEW
Part 1:
Writing a C++ application for called Area in Code: Blocks. The goal of the program is determine the area of a circle and a square. The code should be organized into header files (Circle.h, Square.h) and implementation files (Circle.cpp, Square.cpp, main.cpp). Can anyone help me with this?
Part: 2
Write 3-5 page paper that includes:
Define and document the requirements for the Area application.
Describe the stakeholders needed to help further define the application.
Describe a collaboration plan for working with stakeholders.
Analyze the behavior of classes and objects constructs.
Define the properties, methods, and constructors you have used in your application
Explain how your application works and any issues you encountered with the application.