/* L2-1 (Syntax Errors) Why won't this program compile? */ #include using namespace std; int main() { int first, second, product of numbers; first = 5; Second = 15; product of numbers = first * second; cout << "Product = " << product of numbers << endl; return 0; }