اسايمنت vb

Collapse
X
 
  • الوقت
  • عرض
Clear All
new posts
  • العدسة المضيئة
    عضو جديد
    • Mar 2009
    • 3

    #1

    اسايمنت vb

    السلام عليكم

    اريد مساعده اذا ممكن في حل هذا الأسايمنت اريده ضروري باكر ارجوكم ساعدوني

    Design and code a GUI for a car rental company of your choice using visual basic 2003/2005
    According to the following requirement:
    1Only one form to be used.
    2The form must display the company name, brief description of the business, and a logo.
    3The user must be able o register customer's orders, and calculate rental charges
    4Rental charges are calculated using the car's daily rent price plus any extra mileage price
    5Each car has a fixed daily rent price and a fixed extra mile price
    6Each order contains one car only
    7The company may or may not offer a discount on transactions
    8The form must be able to calculate and display the followings:
    a- Rental charges for the vehicle before the user returns the car
    b- Beginning and ending odometer reading for each vehicle
    c- Discount amount for each order is discount is offered
    d- Extra miles traveled during renting period
    e- Extra miles charges for each vehicle (if applicable)
    f- Rental charges for the vehicle after the user returns the car
    g- Total discount amount for all transactions of the day
    h- Total rental charges for all transactions of the day


  • العدسة المضيئة
    عضو جديد
    • Mar 2009
    • 3

    #2
    الرد: اسايمنت vb

    فيه تعديل ف الأسايمنت

    Design and code a GUI for a car rental company of your choice using Visual Basic 2003/2005 according to the following requirements:
    1. Only one form to be used.
    2. The form must display the company name, brief description of the business, and a logo.
    3. The user must be able to register customers’ orders, and calculate rental charges.
    4. Rental charges are calculated using the car’s daily rent price and the mileage price
    5. Each Car has a fixed daily rent price and a fixed mile price.
    6. Each order contains one car only.
    7. The company may or may not offer a discount on transactions.
    8. The form must be able to calculate and display the followings:
    a. Rental charges for the vehicle before the user returns the car according to the following formula: Car Daily Rate * Number of Days
    b. Beginning and Ending odometer reading for each vehicle
    c. Total Miles traveled
    d. Discount amount for each order if discount is offered
    e. Rental charges for the vehicle after the user returns the car according to the following formula: (Car Daily Rate * Number of Days) + (Miles Traveled * Mile Price)
    f. Total discount amount for all transactions of the day
    g. Total rental charges for all transactions of the day

    تعليق

    مواضيع مرتبطة

    Collapse

    جاري العمل...