include
using namespace std;
int main () {
short double Nagarro = 8.8;
cout<<Nagarro<<endl;
return 0;
}’’
why error is there?
using namespace std;
int main () {
short double Nagarro = 8.8;
cout<<Nagarro<<endl;
return 0;
}’’
why error is there?
don’t use short here
use only double nagarro=8.8