#include<iostream.h> #include<math.h> void main() int a, b; float c; //will store the value of ur function cout<<"input a and b"<<endl; cin>>a>>b; c= pow(a,2)+pow(b,2) cout<<"the value is:"<<c<<endl;
Create Your Account
To keep connected with us please login with your personal information by phone
Dont't have an account? Register Now