The following code segment is syntactically correct, but it appears to contain a logic error. Can you find the error?
if (interestRate >.07)
cout ≪ "This account earns a $10 bonus.\n";
balance += 10.0;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.