College of Information Technology Information network department Programming with Visual Basic II First Class First Exam ====================================================
Q1\write a program to find factorial N (N!) for many N ,which stopped when N is negative or
greater than 10. Note : use just one commandbox in view design . (3 M) _______________________________________________________________________________________________
Q2\Rewrite the following specific code using ( Do-Loop) with all types. (4 M)
For j=10 to 2 step -1 Next J ______________________________________________________________________________________________________
Q3\ Give the result of I and S in the print instruction. (2 M) For i=10 to 4 step -2 S=0 For j=4 to i S=S+j Next j Print i,s Next i __________________________________________________________________________________________________________
المادة المعروضة اعلاه هي مدخل الى المحاضرة المرفوعة بواسطة استاذ(ة) المادة . وقد تبدو لك غير متكاملة . حيث يضع استاذ المادة في بعض الاحيان فقط الجزء الاول من المحاضرة من اجل الاطلاع على ما ستقوم بتحميله لاحقا . في نظام التعليم الالكتروني نوفر هذه الخدمة لكي نبقيك على اطلاع حول محتوى الملف الذي ستقوم بتحميله .
|