Why error is due to Nagarro in fundamental quiz question 4?

include

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