#include<iostream>
#include<cmath>
using namespace std;
int main() //function
{ //double is a lareg number and real number
double a;
a = sqrt (154) ;
cout<<a;
double c=sqrt(25);
cout<<endl<<c;
system ("pause");
return 0;
}
Easy programming and better way to learn the programming . if you like the scorce code do like like share and subscribe the chennel.
No comments:
Post a Comment