Too Tired? Too Anxious? Need More Time? We’ve got your back.
Homeworks must be documented. At a minimum it should have the name at the top along with the date and the class CIT245 .
Homeworks should be named after the assignment numbers. For example c1.cpp for chapter 1. Homeworks should compile with no errors or warnings.
use MicroSoft Visual Studio
For the code , It must have a pause
.
int main(){
Your code goes here
system(“pause”);
return 0;
}
Header comments must contain
Your name
Your class
The date
The purpose of the file.
Code submitted without these will recieve a zero and must be resubmitted for full credit.
Too Tired? Too Anxious? Need More Time? We’ve got your back.