Nested if and switch 1.Use nested if multiple selection structure to write a program that determine the shipping cost passed on a distance as given in the following table. the program will assign a value to a cost variable passed on an integer distance value entered by the user. 2.Rewrite the same program using a switch multiple selection structure.(hint: normalize the distance ) Distance :0 through 99 Cost:5:00 Distance :More than or equal 100 but not more than 499 Cost :8:00 Distance:More than or equal 500 but less than 999 Cost:10.00 Distance:More than or equal 500 but less than 999 Cost:10:00 Distance :1,000 or more Cost:12:00 مرحبا دكتور ساعدني في الحل لو سمحت
اخ ضياء اتمنى منك الاستمرار، وبارك الله فيك وبعلمك وجزاك الله خير الجزاء
وين الفيديو الي رح تشرح فيه عن كيفية كتابة البرامج؟؟؟؟
شكرا استاذ والتوفيق والنجاح لحضرتك ايضا
اللهم صل على محمد وآل محمد وعجل فرجهم الشريف
يعطيك العافية
مشكور
شرح جدا ممتاز حزاك الله خيرا
وين فيديو شرح الSwitch ؟؟؟
الحمد لله رب العالمين
شكرا 🤍
يعطيك الف عافية ضياء 💖 بش ممكن الفيس تبعك بدي اتواصل معك بخصوص كم شغلة
أهلا يوسف
الله يعافيك
اتفضل:
facebook.com/deyaa.maali
عن المادة
Nested if and switch
1.Use nested if multiple selection structure to write a program that determine the shipping cost passed on a distance as given in the following table. the program will assign a value to a cost variable passed on an integer distance value entered by the user.
2.Rewrite the same program using a switch multiple selection structure.(hint: normalize the distance )
Distance :0 through 99 Cost:5:00
Distance :More than or equal 100 but not more than 499
Cost :8:00
Distance:More than or equal 500 but less than 999
Cost:10.00
Distance:More than or equal 500 but less than 999
Cost:10:00
Distance :1,000 or more
Cost:12:00
مرحبا دكتور ساعدني في الحل لو سمحت