Question: Create A C++ program : Simple program that asks a user for the radius of a circle and returns the area and perimeter of a
Create A C++ program :
Simple program that asks a user for the radius of a circle and returns the area and perimeter of a circle with that radius.

git clone https://github.com/irawoodring/CIS263_Project_Template.git Hw1 Where HW1 is the name you wish to call the downloaded folder. Once it is cloned, we will create a very simple program that asks a user for the radius of a circle and returns the area and perimeter of a circle with that radius. We are going to keep all of our code in a single file since this is such a trivial project and we do not plan to reuse the code. cd HW1 vim src/hw1.cpp Enter your code (feel free to look at our notes online and your book). When you believe the project is correct, type hit the key and typed wq This stands for "write and quit" for vim. If you are using a different editor it is up to you to learn the appropriate save and exit commands. Now, type make
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
