Question: PLEASE READ I'm in a beginning class and we're just starting to learn how to make simple C++ programs using Putty. I need help doing

 PLEASE READ I'm in a beginning class and we're just startingto learn how to make simple C++ programs using Putty. I needhelp doing problems and fully understanding how to do them so thatI can do others like them on my own. I've included anexample of one solution to a different problem shared in lecture here

PLEASE READ I'm in a beginning class and we're just starting to learn how to make simple C++ programs using Putty. I need help doing problems and fully understanding how to do them so that I can do others like them on my own. I've included an example of one solution to a different problem shared in lecture here to show what solutions should ook a bit like: #include //for cn, cout using namespace std; int main() //declare variables double radius: //radius of circle double area; //area of circle double circumference: //circumference of circle int iArea; //area rounded to the nearest integer int iCir; //circumference rounded he nearest nteger const double PI3.14159: //the pi value //get the radius of a circle cout radius //calculate the area & circumefrence area PIradius radius: circumference2PIradius; iArea (int) (area 0.5): //area in double is rounded to the nearest integer iCir-(int) (circumference 0.5): //circumference in double is rounded to the nearest integer //output the information cout

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!