CSC 201Computer Science – IHomework – 3Out: Sunday, Nov 1st 2009Due: Sunday, Nov 15
th
2009
Instructions1)All the Homeworks are individual assignments. No group work allowed.
2)
This electronic version of this assignment is due Nov 15
th
10:00AM(Sunday).3)Please include proper comments in your programs.4)If it is a programming assignment, you would need to submit both electroniccopy (to pgundamraju@nvcc.edu) and a hard copy. Same timings apply forboth the submissions.5)Non-submission of homework electronically OR manually will result in a ‘0’in that homework.6)Please read and understand the Cheating Policy mentioned in the courseoutline document.7)Any questions/concerns should be directed to the Professor.8)I recommend students to start working on the assignment as early aspossible.Total: 50 PointsQuestion:Algorithm: 10 pointsCode/Program: 40 points
Programming Assignment – 3 simulates ‘Java Classes’. For the below assignment welearn to create/design our own data type.Write an
algorithm
and a
Java Program
for the below scenario:We simulate a Car Reservation System where in users of this system can check theavailability of a car and reserve it. The end-user will be presented with 3 options:1) View cars2) Reserve car3) Exit the system.There are two types of customers: Preferred (P) and Normal Customers (N).
Leave a Comment