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

الموضوع: الخبراء ال C ارجو المساعدة في عمل برنامج

  1. #1
    التسجيل
    29-10-2001
    الدولة
    United Arab Emirates
    المشاركات
    54

    الخبراء ال C ارجو المساعدة في عمل برنامج

    اجو المساعدة في عمل برنامج و هذه تفصيلاته

    write a C program that administers a multiple choice test. A test shall consist of 10 questions, of your choice, chosen randomly from a pool of 30 questions. Each question is worth 10 points for a total of 100 points. The program should display one question at a time and read the response, then ask the next question and read the response. This process should repeat until all ten questions have been printed on the screen and responses have been read. After the tenth response has been read, the program should display the total points earned plus a message depending on the score. If the score is below 60, a message such as “You did not do so well in this test. May be next time you will do better” should be printed on the screen. A different appropriate message should be printed for scores between 60-69, 70-79, 80-89, and above 90.

    The multiple choice answers can be listed as four choices. The user can enter 1, 2, 3, or 4 for his choice of an answer. You must define and call the following function: getResponse() to read the user response to a question, printQestion() to print on the screen a randomly chosen question and four possible answers, printMessage(score) to print an appropriate message depending on the test score. Make sure the outputs, questions, answers, and messages are printed on the screen in a nice and clear format. Also, make sure that each time the program is run, the sequence of questions is different (random) and the messages displayed are different (random). In addition, your program should print a welcome message at the beginning and a good bye message at the end.

    مع شرح كيفية عمله
    ارجو الرد بسرعة

  2. #2
    التسجيل
    27-12-2004
    المشاركات
    23

    مشاركة: الخبراء ال C ارجو المساعدة في عمل برنامج

    اخي يبدو انه واجب دراسي

    وانا عندي خبرة في ال C

    وبصراحه هو ليس بالصعب لاكن ياخذ وقت
    فانصحك ان تبدء فيه لانني لا اظن ان هناك شخص سيمضى هذا الوقت فب عمل برنامج
    فالنصيح ان تبدء به مباشرتا ولا تضيع وقتك

    والله يوفقك

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

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