عرض مشاركة واحدة
منتديات طلاب وطالبات جامعة الملك عبد العزيز منتديات طلاب وطالبات جامعة الملك عبد العزيز
  #1  
قديم 10-11-2012, 06:29 PM

ђếĹM ђếĹM غير متواجد حالياً

جامعي

 
تاريخ التسجيل: Sep 2011
التخصص: حآسب
نوع الدراسة: تحضيري علمي خطة ب
المستوى: الأول
الجنس: أنثى
المشاركات: 32
Post ممكن شرح +حل هـ الاسئله


السلام عليكم ورحمة الله وبركاته
مساكم سعآدةة

الله يسسسعدكم ابغى شرح وحل هالاسئله
بكرا التسليم وانا مو فاهمه كيف احل


Q1:
(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:
------------------------------------------------------------------------------------------------------------
Q2:
(Printing a table) Write a program that displays the following table:
a power cube
1 1 1
2 4 8
3 9 27
4 16 64
5 25 125
------------------------------------------------------------------------------------------------------------
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


الله يعطيكم العافيه.
رد مع اقتباس