النتائج 1 إلى 3 من 3

الموضوع: ارجو المساعده في حل السؤال

  1. #1
    التسجيل
    17-06-2011
    المشاركات
    2

    ارجو المساعده في حل السؤال

    . Write a program to implement an ATM System. The ATM system consists of the following class:
    Class Account{
    Int AccNo;//account number which is a unique number
    Int pinCode;//authentication code
    Double balance;//available fund
    double interest; // the interest percentage on the debit or credit balance
    };
    Your program consists of a menu that has the following items:

    1. Add an account.
    2. Delete last account.
    3. Delete an account.
    4. Modify an account.
    5. Print account information.
    6. Charge an account.
    7. Withdraw from an account.
    8. Exchange money from one account to another.
    9. Find the stead.
    10. Exit.

    Note that you can’t add any account if your system is full, also you can’t delete an account if there is no accounts. Note that AccNo works as primary key. You can use it to do any operation on the account such as delete, modify, search …etc.
    Recall from the previous assignment that any operation needs an authentication before its completed.
    To calculate the stead, use the given equation in the previous assignment.
    You can exit from the system by choosing choice 10 only.
    Your system should appear the menu after every choice.

  2. #2
    التسجيل
    17-06-2011
    المشاركات
    2

    رد: ارجو المساعده في حل السؤال

    اتمنى لو احد يحللي اياه بليييييز

  3. #3
    التسجيل
    13-06-2011
    المشاركات
    10

    رد: ارجو المساعده في حل السؤال


المواضيع المتشابهه

  1. ارجو المساعده في حل هذا السؤال من خبراء c++
    بواسطة : residentevil , في مقالات البرمجة
    مشاركات: 1
    آخر مشاركة: 05-04-2004, 09:01 PM
  2. شبااااااااااب ارجو الجواب على السؤال
    بواسطة : ملازم اول , في السيارات العامة
    مشاركات: 10
    آخر مشاركة: 11-12-2002, 08:21 AM
  3. ارجو الاجابه عن هذا السؤال؟؟؟؟؟؟؟؟؟؟
    بواسطة : a-s-2000 , في المنتدى العام
    مشاركات: 9
    آخر مشاركة: 20-10-2001, 02:57 PM
  4. مشاركات: 3
    آخر مشاركة: 20-10-2001, 10:06 AM
  5. عام ارجو نت الاخوه الاجابه عن هذا السؤال
    بواسطة : bandr9 , في ألعاب البلاي ستيشن
    مشاركات: 6
    آخر مشاركة: 03-08-2001, 05:05 PM

ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •