help me with this kind of program,i have tried to declare those variables but it continues to say u ndeclared identify CBDA
#include<iostream>
using namespace std;
int main()
{
float catergory A;
float catergory B;
float catergory C;
float catergory D;
const float Catergory of pair A = -999,99;
const float catergory B = 750,89;
const float catergory C = 500,00;
const float catergoy D = 268,77;
return 0;
}