امثلة و حل اسئلة برمجه بلغة جافا
امثلة و حل اسئلة برمجه بلغة جافا
Reviewed by Unknown
on
12/15/2013 06:35:00 ص
Rating:

More
اسمي عبد علي صفاء مدون عراقي مهووس بعالم التكنلوجيا ادرس علوم الحاسوب اعمل في مجال البرمجه و تطوير المواقع و المنتديات
مرة جميل يعطيك العافية
ردحذفمرة جميل يعطيك العافية
ردحذفمرة جميل يعطيك العافية
ردحذفمش فاهم
ردحذفكتير رائع وممتع لمبتدي
ردحذفاكتب برنامج لقراء 3 طلاب بعمرهم وطباعة اسم اكبر عمر؟ باستخدام Java
ردحذفاخي الملف غيرموجود
ردحذفالسلام عليكم بدي مساعدة اي شخص منكم فحل هاد السؤال فجافا Write a java program that reads several numbers from an input file “Numbers.txt”. For each number num read, the program calls the following methods and writes the result on an output file “Results.txt”:
ردحذف· Positive that takes an integer number num. It should test and return true if num is positive, false otherwise.
· Odd that takes an integer number num. It should test and return true if num is odd, false otherwise.
· Prime that takes an integer number num. It should test and return true if num is prime, false otherwise.
· Perfect that takes an integer number num. It should test and return true if num is perfect, false otherwise.
· DivisibleBy12 that takes an integer number num. It should test and return true if num is divisible by 12, false otherwise.
· Fact that takes an integer number num. It should calculate and return the value of num factorial.
· Table that takes an integer number num. It should display the multiplication table for numbers 1 to num.
· Asterisks that takes an integer number num. It should display num asterisks