Guest User

Untitled

a guest
Jan 24th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.28 KB | None | 0 0
  1. #include "Instructor.h"
  2. #include <iostream>
  3. #include <fstream>
  4. #include <ctime>
  5. using namespace std;
  6.  
  7. void writeReportIn(){
  8.     ofstream output;
  9.     output.open("Instructor Reports");
  10.     output<<"The first instuctor's students got"<<endl;
  11.  
  12. }
  13.  
  14. void calcSectionAnswers()
  15. {
  16.    
  17. }
Add Comment
Please, Sign In to add comment