/* Errors Problem #1, Prof. Barimani's Programming I class Fall 2009 Fix all the errors: Purpose: To calculate the weighted of three tests each based on 100 points */ #include using namespace std; int main() { Test1, Test2, and 3 are float cout<<"Please enter scores for Test1..Test3 based on 100, 100, 100? "; cin<>Test; float Avg Avg= Test1 + Test2 + Test3 / 3; cout<<"The student "; if (Avg < 60); cout<