hello everyone;
can anyone tell me whats wrong with this simple code??
#include <iostream>
#include <cmath>
int main()
{
int x;
cout<<"enter a number ";
cin>> "x";
cout<< sqrt( x );
return 0;
}
can anyone tell me whats wrong with this simple code??
#include <iostream>
#include <cmath>
int main()
{
int x;
cout<<"enter a number ";
cin>> "x";
cout<< sqrt( x );
return 0;
}
Comment