Main.cc: In function ‘int main()’: Main.cc:5:5: error: ‘floate’ was not declared in this scope floate x,a,b,c,d; ^~~~~~ Main.cc:5:5: note: suggested alternative: ‘float’ floate x,a,b,c,d; ^~~~~~ float Main.cc:6:10: error: ‘x’ was not declared in this scope cin>>x>>a>>b>>c>>d; ^ Main.cc:6:13: error: ‘a’ was not declared in this scope cin>>x>>a>>b>>c>>d; ^ Main.cc:6:16: error: ‘b’ was not declared in this scope cin>>x>>a>>b>>c>>d; ^ Main.cc:6:19: error: ‘c’ was not declared in this scope cin>>x>>a>>b>>c>>d; ^ Main.cc:6:22: error: ‘d’ was not declared in this scope cin>>x>>a>>b>>c>>d; ^