C++: a beginner's Guide, Second Edition


if statement do?  30



Download 11,33 Mb.
Pdf ko'rish
bet22/194
Sana12.03.2022
Hajmi11,33 Mb.
#491693
1   ...   18   19   20   21   22   23   24   25   ...   194
Bog'liq
C A Beginner\'s Guide 2nd Edition (2003)

if
statement do? 


30 
C++ A Beginner’s Guide by Herbert Schildt 
2.
What does the 
for
statement do? 
3.
What are C++’s relational operators? 
Answer Key: 
1.
if is C++’s conditional statement. 
2.
The for is one of C++’s loop statements. 
3.
The relational operators are ==, !=, <, >, <=, and >=.
CRITICAL SKILL 1.9: Using Blocks of Code 
 
Another key element of C++ is the code block. A code block is a grouping of two or more statements. 
This is done by enclosing the statements between opening and closing curly braces. Once a block of 
code has been created, it becomes a logical unit that can be used any place that a single statement can. 
For example, a block can be a target of the if and for statements. Consider this if statement:
if(w < h) {
v = w * h;
w = 0;
}
Here, if w is less than h, then both statements inside the block will be executed. Thus, the two 
statements inside the block form a logical unit, and one statement cannot execute without the other 
also executing. The key point here is that whenever you need to logically link two or more statements, 
you do so by creating a block. Code blocks allow many algorithms to be implemented with greater clarity 
and efficiency.
Here is a program that uses a block of code to prevent a division by zero:


31 
C++ A Beginner’s Guide by Herbert Schildt 
Here is a sample run:
Enter value: 10
Enter divisor: 2
d does not equal zero so division is OK
10 / 2 is 5
In this case, the target of the if statement is a block of code and not just a single statement. If the 
condition controlling the if is true (as it is in the sample run), the three statements inside the block will 
be executed. Try entering a zero for the divisor and observe the result. In this case, the code inside the 
block is bypassed.
As you will see later in this book, blocks of code have additional properties and uses. However, the main 
reason for their existence is to create logically inseparable units of code.

Download 11,33 Mb.

Do'stlaringiz bilan baham:
1   ...   18   19   20   21   22   23   24   25   ...   194




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish