C Board  

Go Back   C Board > General Programming Boards > C Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 11-09-2009, 11:58 PM   #1
Registered User
 
Join Date: Nov 2009
Posts: 1
I need help with this project plz

Your college is considering the implementation of a new parking system which allows staff and students to park their vehicles on campus. Each person will be issued with an electronic card that will have to be used to access the parking garage. This system should allow all persons issued with a card to park only one vehicle at any point in time in the garage. Students will only be allowed to add one vehicle to their card and staff will be allowed to add up to three vehicles on their card at any point in time; but regardless of the person been staff or student they can only park one vehicle at a time. Staff and students will be allowed to park for a maximum of 24 hours at a time, anyone parking for longer than this must pay a fee of $20 per hour. Visitors to the campus are issued with a 3 hour parking pass and must pay a fee of $50 per hour for all times in excess of that up to a maximum of 10 hours. The college has asked you to design the operations of this system according to the requirements below:

(i) Provide a menu which allows for the operator to decide which of the following options should be carried out: Issue Card, Add Vehicle to Card, Change Vehicle on Card, Pay Fine. After each option is carried out, the user should be taken back to the main menu, where they can carry out as many options as they wish until they exit the system.
(ii) The cards for student and staff are issued upon request. Card for visitors are issued upon entry to the campus.
(iii) No-one is allowed more than one cared. Upon issue of a card the following information is stored on the person issued to: ID#, first and last name and type.

Please note that the system should use error-messaging to display all validation and other errors.

Is it possible for it be written in Pseudocode and if so show me plz
ice_jr is offline   Reply With Quote
Old 11-10-2009, 12:34 AM   #2
Registered User
 
Join Date: Oct 2006
Location: Canada
Posts: 1,230
With only reading the last line in your post:

Yes of course its possible. And how about you show your attempt that you must have made. If you havent made any attempt, then go do so and come back with something we can work with. That is, let us know what problems you run into or what specific part of this "assignment specification" you dont understand.

Since its pseudocode, you really dont need any programming experience, so please dont use that as an excuse. Take whats required, and basically rewrite it, with much finer details, in a logically structured way.

I dont know how to build and work a time machine, but I imagine some basic pseudocode to do so would be:
- Gather parts
- Design/build it
- Turn it on
- Enter time machine
- Enter destination year
- Press button

Similarly for your project, I dont know anything about it (and you may or may not either), but start with some basic stuff.
nadroj is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem Displaying a Struct rockstarpirate C++ Programming 16 05-05-2008 09:05 AM
Project for University plz help kopros C Programming 8 12-15-2006 12:48 AM
Game Independent Anti-cheat Project Needs Programmers GIA Project Lea Projects and Job Recruitment 3 09-15-2005 07:41 PM
Project - Help Plz Shadow2552 Windows Programming 11 02-22-2004 06:22 PM


All times are GMT -6. The time now is 04:55 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22