[SOLVED] write a C++ application called Area

15.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product

For this assignment, you will write a C++ application called Area. The goal of this program is to determine the area of a circle and a square. You will use the Code::Blocks software to write this application. Follow the instructions in the Unit 3, Part 2 Assignment Instructions document, linked in the Resources, to complete this part of your assignment. You should organize your code into header files (Circle.h, Square.h) and implementation files (Circle.cpp, Square.cpp, main.cpp).

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.