Question: 5. Write a C++ program that prompts the user to enter the center coordinates and radii of two circles and determines whether the second circle
5. Write a C++ program that prompts the user to enter the center coordinates and radii of two circles and determines whether the second circle is inside the first, overlaps with the first or is total outside. Turn in output for the following circle tests: X1 Y1 R1 X2 Y2 R2 0 0 2 1 1 1 1 0 3 0 0 .5 -5 -5 5 -5 -1 2 4 -2 4 -4 4 1 _________________________________________________________________ Turn in a print out of the source code and screen shot of the output. Also, email me the source code and the .exe file. Use the following template for your programs. Template for C++ programs (save as template.cpp) use for all programs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
