Prentice Hall Oracle Plsql By Example 3Rd Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Prentice Hall Oracle Plsql By Example 3Rd Edition [Electronic resources] - نسخه متنی

Benjamin Rosenzweig

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید



Lab 1.2 Exercises


1.2.1 Understand the Nature of Good Programming Practices


a)

What is a top-down approach?

b)

What is structured programming?

c)

Create the following selection structure: Determine which season each month of the year belongs to.

d)

Create the following iteration structure: For every day of the week display its name.

e)

Create the following structure: For every day that falls within the business week, display its name. For every day that falls on the weekend, display "The weekend is here, and it is here to stay!!!"

Hint: You will need to use iteration and selection structures. The selection structure must be placed inside the iteration structure.

1.2.2 Understand Formatting Guidelines


a)

What is the reason for formatting your code?

b)

What are two main guidelines of good formatting?


    / 289