اذهب إلى المحتوى

Anwar Shweiki

الأعضاء
  • المساهمات

    8
  • تاريخ الانضمام

  • تاريخ آخر زيارة

آخر الزوار

لوحة آخر الزوار معطلة ولن تظهر للأعضاء

إنجازات Anwar Shweiki

عضو مبتدئ

عضو مبتدئ (1/3)

0

السمعة بالموقع

  1. نظام السجلات المصرفية إنشاء برنامج C ++ يدير نظام الطالب الذي سيستخدم بيانات حوالي 100 عميل حسابات من ملف ، وهذا يشمل رقم الحساب والاسم الأول واسم العائلة والرصيد. العمليات المتاحة في القائمة: 1. عرض جميع البيانات المخزنة من الملف 2. عرض الأسماء التي يزيد رصيدها عن متوسط الرصيد. 3. أدرج الرصيد للعميل الذي أدخل المستخدم رقم حسابه. 4. اذكر اسم العميل ورقم حسابه الذي لديه أقصى رصيد. 5. ابحث عن رقم حساب ، وحدد ما إذا تم العثور عليه أم لا ، وعرض الاسم عندما تجدها. 6. تعديل الرصيد لرقم حساب معين. 7. حفظ البيانات المعدلة في الملف. 8. خروج تلميحات: يجب استخدام صفائف متوازية ، وظيفة مناسبة لكل عملية ، ملفات.
  2. نعم صحيح مشروع لبنك مصرفي السؤال باللغه العربيه. نظام السجلات المصرفية إنشاء برنامج C ++ يدير نظام الطالب الذي سيستخدم بيانات حوالي 100 عميل حسابات من ملف ، وهذا يشمل رقم الحساب والاسم الأول واسم العائلة والرصيد. العمليات المتاحة في القائمة: 1. عرض جميع البيانات المخزنة من الملف 2. عرض الأسماء التي يزيد رصيدها عن متوسط الرصيد. 3. أدرج الرصيد للعميل الذي أدخل المستخدم رقم حسابه. 4. اذكر اسم العميل ورقم حسابه الذي لديه أقصى رصيد. 5. ابحث عن رقم حساب ، وحدد ما إذا تم العثور عليه أم لا ، وعرض الاسم عندما تجدها. 6. تعديل الرصيد لرقم حساب معين. 7. حفظ البيانات المعدلة في الملف. 8. خروج تلميحات: يجب استخدام صفائف متوازية ، وظيفة مناسبة لكل عملية ، ملفات.
  3. Banking Record System Create C++ program that manage a student system that will use data about 100 customer accounts from a file, this includes the account number, first name, last name and balance. The available operations in a menu: 1. View all data stored from file 2. View the names whose balances more than the average balance. 3. List the balance for a customer whose account number is entered by user. 4. List the name of the customer and his account number, who has the maximum balance. 5. Search for an account number, and state whether it is found or not and view the name when you find it. 6. Modify the balance for a given account number. 7. Save modified data in file. 8. Exit Hints: you should use parallel arrays, suitable function for each operation, files.
  4. البرنامج عند التشغيل يدخل المصفوفه ولكن لا يظهر الأعداد الأوليه في المصفوفه المدخله
  5. Write a C++ program that reads 10 positive integers and store them in an array, then find and print the prime (الأعداد االولية) integers Example: Enter 10 integers: 5 9 16 17 20 7 81 13 6 1 Prime numbers are: 5 17 7 13
  6. Create C++ program that manage a student system that will store data about 100 student, this includes the student’s ID, name, grade, collage. All the added data are stored in file. The available operations in a menu: 1. Add New Student 2. Save data in file 3. View all students names with their grades. 4. View all students names whose grades more than the average. 5. List all student names in collage (x) that entered by user. 6. List the name of the student who has the maximum grade. 7. Search for student with a given ID entered by user 8. Modify the grade for a given student. 9. Exit Hints: you should use parallel arrays, suitable function for each operation, files
  7. Write c++ program that reads 10 elements and store them in array , then do the follwing: 1- find the average using function avgfun() 2- find the maximum using function maxfun() 3- sort the array in decending order using function sort() 4- search for an entered number x in the array and print its index if it is found, or not found , using function searchfun()
  8. يعطيكو العافية بتمنى حدا يحكيلي كيف الحل Create C++ program that manage a student system that will store data about 100 student, this includes the student’s ID, name, grade, collage. All the added data are stored in file. The available operations in a menu: 1. Add New Student 2. Save data in file 3. View all students names with their grades. 4. View all students names whose grades more than the average. 5. List all student names in collage (x) that entered by user. 6. List the name of the student who has the maximum grade. 7. Search for student with a given ID entered by user 8. Modify the grade for a given student. 9. Exit Hints: you should use parallel arrays, suitable function for each operation, files.
×
×
  • أضف...