You are on page 1of 1

Assignment #3 / Grades (6 Pints)

*************)‫ ز‬،‫ ر‬،‫ ذ‬،‫ د‬، ‫ خ‬، ‫ ح‬، ‫ ج‬، ‫ ث‬، ‫ ت‬، ‫ ب‬،‫*******هذا الجزء خاص فقط بالطالب الذين يبدأ اسمهم باألحرف التاليه (أ‬
Q) Write a suitable VB structure to store cars information, name this structure
“My_CAR”. This structure includes Car_Number, Car_Color and Car_Model. Knowing that
Car_Model consist in its term of Car_Brand_Name and Car_modelNumber. Then define
array of type My_CAR with size 10, and then read the information of these 10 car from
the keyboard.

***)‫ ي‬، ‫ و‬، ‫ ه‬، ‫ ن‬،‫ م‬، ‫ل‬، ‫ ك‬،‫ ق‬،‫ ف‬،‫ غ‬، ‫ ع‬،‫ ظ‬، ‫ ط‬، ‫ ض‬، ‫ ص‬، ‫ ش‬،‫***هذا الجزء خاص فقط بالطالب الذين يبدأ اسمهم باألحرف التاليه (س‬
Q) Write a suitable VB structure to store house information, name this structure
“My_House”. This structure includes AreaOfHouse, NoOfBedRooms and Pool. Knowing that
Pool consist in its term of Pool_Area and Pool_Depth. Then define an array of type
My_house with size 10, and then read the information of these 5 Houses from the
keyboard.

You might also like