C program for calculating circumference
As it is written in the title this very simple C program is calculating circumference of circle by given radius of the circle.
Interface is in serbian so I will translate it:
first program will ask you to enter circle radius (Unesite poluprecnik kruga) and then you will get result : Circle circumference with radius r=something is O=something else (Obim kruga sa poluprecnikom r=?? je O??).
Entered radius can not be zero or negative.
Interface is in serbian so I will translate it:
first program will ask you to enter circle radius (Unesite poluprecnik kruga) and then you will get result : Circle circumference with radius r=something is O=something else (Obim kruga sa poluprecnikom r=?? je O??).
Entered radius can not be zero or negative.




2008-02-17
.cpp 
YOU said