Question: 10. There are 11 errors in the following code. Please use the line numbers, and explain 10 of the errors. Not all are compile
10. There are 11 errors in the following code. Please use the line numbers, and explain 10 of the errors. Not all are compile time errors. (10pt) 1 2 3 7 4 5 main() 6 8 9 10 11 12 13 14 include iostream 15 using namespace std { } int balance; cout < < "Balance: " < < balance < < " ; balance += 1000; cout < < New balance " < < balance < < endl double interest_rate= 4.5; double annual_interest = balance * 4.5; cout < < "Annual interest: " < < annual-interest < < endl; return 0;
Step by Step Solution
There are 3 Steps involved in it
Line 1 Missing before include It should be include iostre... View full answer
Get step-by-step solutions from verified subject matter experts
