تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
[VB.NET] اتمنى مساعدتي في كتابة الكود تالي كوني مبتدأ في الفيجوال بيسك
#1
A company has 10 employees, they all get paid on hourly basis. For each employee the company keeps h employee name, number of hours worked every week. Every employee gets paid weekly. Gross earning is calculated by multiplying number of hours worked by pay per hour. Some employees work more than 40 hours, those get overtime pay. We need you to write a VB.net program to find out the total net earnings as follows: A- Read employee name and how many hours an employee worked in the week 1- If hours worked is less or equal 40(≤40) hours, employee gets Gross earning = hours worked * pay per hour 2- If Hours worked is more than 40 (≥40)hours, employee gets Overtime Hours = hours worked - 40 Gross Earning1 = 40 * pay per hour Gross Earning2 = Overtime Hours * (pay per hour * 1.5) Gross Earning = Gross Earning1 + Gross Earning2 B- Find the Total Gross Earning which is calculated as follows: Total Gross Earning = Gross Earning + allowances(الزیادات( C- Find the total net earning which is calculated as follows: Total Net Earning = Total Gross Earning - deduction(الحسمیات( Once you calculate the Total Net Earning
الرد }}}
تم الشكر بواسطة:
#2
السلام عليكم و رحمة الله 
اخوي اكتب السؤال بالعربي
الرد }}}
تم الشكر بواسطة: ابراهيم ايبو


المواضيع المحتمل أن تكون متشابهة .
الموضوع : الكاتب الردود : المشاهدات : آخر رد
Video [سلسلة تعليمية] شروحات إنشاء نظام يعمل بالحاسوب والهاتف (كتابة نفس الاكواد البرمجية) rabia al hamdani 0 1,008 25-02-23, 11:47 PM
آخر رد: rabia al hamdani
  [مشروع] تحويل الكود الى ملف تنفيذي سعود 0 1,401 14-05-20, 12:01 AM
آخر رد: سعود
Star تلوين الكود Syntax Highlighting سورس كود أداة ICSharpCode.TextEditor-master asemshahen5 0 2,463 25-12-18, 02:29 PM
آخر رد: asemshahen5
  [سؤال] الرجاء مساعدتي في الحصول على تطبيق للتقويم wwwww 0 2,353 28-11-14, 09:51 PM
آخر رد: wwwww

التنقل السريع :


يقوم بقرائة الموضوع: بالاضافة الى ( 1 ) ضيف كريم