عرض مشاركة واحدة
منتديات طلاب وطالبات جامعة الملك عبد العزيز منتديات طلاب وطالبات جامعة الملك عبد العزيز
  #1  
قديم 03-11-2012, 08:27 PM
الصورة الرمزية الاميره لجين

الاميره لجين الاميره لجين غير متواجد حالياً

جامعي

 
تاريخ التسجيل: Oct 2011
التخصص: مسار علمي
نوع الدراسة: إنتظام
المستوى: الثالث
الجنس: أنثى
المشاركات: 78
Skaau.com (23) cpcs202طالبات الاحصاء


ياريت تفيدوني اللي يعرف حل دا اللابنقرتين لعرض الصورة في صفحة مستقلة سؤالين ارجووكم محتاجته ضروري
(Summing the digits in an integer) Write a program that reads an integer between
0 and 1000 and adds all the digits in the integer. For example, if an integer is 932,
the sum of all its digits is 14.
Hint: Use the % operator to extract digits, and use the / operator to remove the
extracted digit. For instance, 932 % 10 = 2 and 932 / 10 = 93.
Here is a sample run:




Q3:
Enter your name and your birth date as (day= day of birth, month = month of birth , year = year of birth ) the calculate your age.
Note: Use subtracts operation between your birth date and current date.
رد مع اقتباس