Br Ca Ho LaN Law Mac McH McL Po Sm St Va Not Listed
Last Name :
Email : If you don't have an email address, use student@brentwoodhigh.com
Select one of the following that describes when and why you are filling out this form: This assignment is in on time. This assignment is in on time, being resubmitted due to a failed submission (I have a copy of the original submission). This assignment is a corrected submission for half the missed credit. This assignment is one day late and will lose 15%. This assignment is more than one day late (half credit at best). This assignment is late because of an EXCUSED absence. This assignment is being resubmitted at the request of the teacher.
Updated: Wednesday, January 13, 2010 11:38 AM
Always compile your code and make sure there are no errors before you introduce an error. You will copy and paste the error message and tell what line the compiler is point at for the first error.
Remove the 0 in line 5 - This will only produce a Warning but we treat warning like errors.
What line does the compiler point when clicking on the warning?
Fix the error, recompile, make sure the program is error free before introducing the next error.
Misspell return
What line does the compiler point when clicking on the first error?
Remove the ; in line 5
Misspell endl
Capitalize the c in cout - change to Cout C++ is case sensitive which means Cout and cout are two totally different things!