Name: ________________________________ Section: _________________
Honor Code Acknowledgment: ___________________
Due: September 18
int num = 5;
int prod = 8;
if (prod = num)
{
cout << "equal" << endl;
}
else
{
cout << "different" << endl;
}
Justify, in one or two sentences, your answer for the previous problem.