/* Fix all the errors in the following program the purpsoe of the program is to calculate the formula C based on the rules shown: 1/ 2 10 - (A - 4) C= --------------------- + A B - 2 Rule #1: B cannot be 2 Rule #2: A-4 cannot be negative */ #include #include using namespace std; int main { cout>>Enter a value for B? "; B is double; cin<>2; if (B = 2); { cout<<"B cannot be 2"/n; } else { if (A - 4 is negative) { cout<<"A - 4 cannot be negative\n" else { C is double; C= 10 - (A - 4) ^ 1/2 / B - 2; cout<