إعـــــــلان

تقليص
لا يوجد إعلان حتى الآن.

عاجل طلاب العلوم ابا مساعدتكم

تقليص
X
 
  • تصفية - فلترة
  • الوقت
  • عرض
إلغاء تحديد الكل
مشاركات جديدة

  • عاجل طلاب العلوم ابا مساعدتكم

    عندي اسايمن وانا سنة اولى تخصص بروجرامنج ...!!!
    ياليت لو تساعدوني ...!!!

    Write a JavaSript functions to do the foloowing jobs::

    4- Give ten marks (0-100) in An array. Write a program to display the marks and the equivalent grades (ABCDF) in a table using the following rules:
    More or equals 90 => A
    More or equals 80 => B
    More or equals 60 => D
    Otherwise => F
    5- Write A program to enter any number of none zero (use zero as terminator) values add them together and find their average and finally display the number of none zero items, their total and their average.
    6- Write a program to find the area of a circle by entering its radios.


    ضروري اريده بليز
    ]
    كلية صحار
    في قلبي الى الابد
    "عهدٌ بيننا "

  • #2
    مرحبا ..

    السؤال الرابع :
    Int N[];

    int a,b;
    cout<<"Enter two values of a and b";
    cin>>a>>b;

    for(int i=a;<=a;i++)

    {

    For(int j=b;j<=b;j++)
    }

    cout<<N[i]<<N[j];


    و بعدين تستخدمين Nested if statement .
    Soar

    To

    Firmament

    تعليق

    يعمل...
    X