#include<iostream.h> #include<conio.h> main() { clrscr(); constfloat pi=3.1472; cout<<"\n Value of pi = "<<pi<<endl; getch(); return 0; }
No comments:
Post a Comment