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

Ali Ali19

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

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

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

آخر الزوار

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

إنجازات Ali Ali19

عضو مساهم

عضو مساهم (2/3)

1

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

  1. السلام عليكم اخواني ماهو كود هاذ السؤال صمم دالة (last_Num) لطباعة آخر قيمة موجبة في عناصر مصفوفة عدد صحيح. و صمم دالة (last_Num) لطباعة اول قيمة موجبة في عناصر مصفوفة عدد صحيح.
  2. اخي ممكن تكتب الكود لكي توضح الفكره شكرا
  3. int n,num; Scanner read = new Scanner(System.in); System.out.print(" Enter number of values : " ); n = read.nextInt(); for(int i=1;i<=n;i++) System.out.print("\n" + "Enter num : "); num = read. nextInt(); if(num>0) System.out.println(num+ " \n " + " is positive"); else System.out.println(num+ " " +" is negative");
  4. اهلا لقد قمت بكتابه الكود واستخرجت الاعداد السالبه و الموجبة لكني استعصيت في كيفيه استخراج عدد الاعداد السالبة والموجبة
  5. السلام عليكم كيف اكتب كود يقرا n عدد ويحدد فيماا اذا كان العدد موجب او سالب وايجاد عدد الاعداد الموجبه وعدد الاعداد السالبه في لغة جافا.
  6. مرحبا احتاج مساعده في عمل كلاس في برنامج جافا عباره عن مواصفات سيارات من لون وسرعه ونوع ومن ثم اعمل array من ال object
  7. How do I make an array in Java? You read the elements of the matrix, print them, and then find the largest and lowest value, the sum, and the arrangement of the matrix
  8. Write a c ++ program that read two arrays and check the index for each array if they are even add the values of the arrays else subtract them. The result should be placed in anew array then print the new? Array
  9. Write a c ++ program to Define, initialize and use all fundamental type of variables. The variable name must be more than 4 characters and must contain letters, number and? Underscore
×
×
  • أضف...