عرض مشاركة واحدة
منتديات طلاب وطالبات جامعة الملك عبد العزيز منتديات طلاب وطالبات جامعة الملك عبد العزيز
قديم 23-02-2012, 07:26 PM   #9

ابتسامة الاميرة

جامعي

 
تاريخ التسجيل: Feb 2012
التخصص: علوم حاسبات
نوع الدراسة: إنتظام
المستوى: الرابع
الجنس: أنثى
المشاركات: 22
افتراضي رد: ][ وللدفْرنة عُشّاق ][ cpcs203 مناقشة شابتر 7

السلام عليكم ورحمة الله وبركاته
سلام على الجميع ممكن احد يشرحلي ايش معنى هذي الاسئلة بدون حلول الله يسعدكم
6. Instead of always reading in 5 sales amounts, at the beginning ask the user for the number of sales people and then create an array that is just the right size. The program can then proceed as before.
بالتحديد اللي بالاحمر يعني الاري اللي حنشئها الجديدة حتكون مكملة للاري الاساسية في البرنامج
When you run a Java program called Foo, anything typed on the command line after “java Foo” is passed to the main method in the args parameter as an array of strings.
1. Write a program Average.java that just prints the strings that it is given at the command line, one per line. If nothing is given at the command line, print “No arguments”.
2. Modify your program so that it assumes the arguments given at the command line are integers. If there are no arguments, print a message. If there is at least one argument, compute and print the average of the arguments. Note that you will need to use the parseInt method of the Integer class to extract integer values from the strings that are passed in. If any non-integer values are passed in, your program will produce an error, which is unavoidable at this point.

وهذا السؤال لازم على الشاشة السودة ولا ينفع على الايكليبس
والميثود اللي في السؤال كيف نستخدمها

الله يخليكم ضروري لسى الباقي كمان احاول احله

 

ابتسامة الاميرة غير متواجد حالياً   رد مع اقتباس