Thread: I need help with my school project please

  1. #1
    Registered User
    Join Date
    Jan 2020
    Posts
    1

    I need help with my school project please

    I need to create a car rental program but i do not know how to start.
    Here are the instruction.

    Zoom Motors, a car rental company, rents out cars through an automated booking system.The company has approached you to develop a car rental program.This C program allows a customer to choose the car model and enter the remaining rentaldetails^ for his/her booking.^ Each car rental has the following rental details:- Car model,- Start date,- End date,- Customer ID, and- Rental cost.Your program should have at least 3 car models (Honda FIT, Honda Coupe and HondaSedan) for the customer to choose from. Rental cost is based the selected car model andthe rental duration in days.Your program must have a proper user authentication.Once the rental details are entered, the program will display the rental cost payable by thecustomer.When the abovementioned car rental transaction is completed, it will then display the mainmenu again to handle the next customer.The company manager should be able to see at least the last 3 car rentals when he selectsthe quit option to exit the program.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    First, you should print your requirements out (on paper), with decent paragraph and sentence breaks (not a wall of text like you posted).

    Give yourself room to add information on the page, like say
    - functions to do things
    - structures to store things

    Outline a plan of how you would implement the code, and read this.
    A development process

    Create side projects to test specific ideas if you're unsure of a particular coding idea.

    Feel free to post your code when you're stuck.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. help with school project, please
    By Mungo in forum C Programming
    Replies: 1
    Last Post: 01-05-2020, 03:55 PM
  2. Can someone help me with a school project
    By lexprdn in forum C Programming
    Replies: 2
    Last Post: 01-31-2016, 03:32 PM
  3. Need help with my school project!!!
    By Maciek Grodzki in forum C Programming
    Replies: 5
    Last Post: 01-07-2014, 07:53 AM
  4. School Project Help
    By Joshua Hess in forum C++ Programming
    Replies: 9
    Last Post: 02-19-2013, 07:27 PM
  5. Help with School Project
    By jtouron in forum C++ Programming
    Replies: 2
    Last Post: 10-10-2003, 12:27 AM

Tags for this Thread