I just started to learn C++ and wrote a simple program to radius from user and than calculate the Area, Circumference and Diameter, but the problem is it's not executing and I tried my best to get rid of the error, but in vain.
Please help me to get it executed.
Here is the program code
Code:
#include<iostream.h>
main()
{
float radius;
float diameter;
Leave a comment: