![]() |
ممكن مساعدة عاجلة في البرمجة بلغة جافا <div> السلام عليكم أتابع حالياً دورة لبرمجة الآندرويد لكن هناك اختبار لحل مسألة وهي كالآتي: اقتباس: Given that you have five input values and "average" method, calculate the average value for the five input values inside the average method and return it. المطلوب مني إكمال التكويد هذا: كود: public class MyCalculator { int input1 = 10; int input2 = 20; int input3 = 30; int input4 = 40; int input5 = 50; public float average() { // TODO: write java code to calculate the average for all input variables return 0; } } ممكن الحل كامل وبسرعة .. ومشكورين hh: |
الساعة الآن 03:58 PM |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By
Almuhajir