Wednesday, February 4, 2009

Hall Pass

Write a console application which will replace the sign out & sign in paper & pencil hall pass system that we currently use:
  • It should run in an endless loop (prompt to take the next hall pass)
  • Prompt & store a student's name
  • Prompt  & store the student's destination
  • Prompt  & store the time of departure
  • Prompt  & store the time of return
  • repeat
Upload your code...

Read this page about file I/O

Change your console app so that it writes each student's hall pass info to a text file.

Be prepared for a File I/O quiz over this material tomorrow.


.