Question: C++ BEGINNER THIS IS A VERY SIMPLE PROGRAM. WITHOUT ANY LOOPS (HAVE NOT LEARNED LOOPS YET) C++ BEGINNER Write a program that asks for the
C++ BEGINNER THIS IS A VERY SIMPLE PROGRAM. WITHOUT ANY LOOPS (HAVE NOT LEARNED LOOPS YET) C++ BEGINNER
Write a program that asks for the radius of a circle, then calculates and prints its circumference and area.
C= 2*radius*3.14
A= 3.14*radius* radius
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
