SlideShare a Scribd company logo
Understanding the  ‘ IF ’  Statement Relational operators Numerical values, comparing numerical values Compares the values of two operands Returns one of the two possible values of type bool True  if the comparison is true, or  False  if it is not    <  Less Than  <=  Less Than or Equal To >  Greater Than >=  Greater Than or Equal To ==  Equal To !=  Not Equal To

More Related Content

PDF
MS Excel 2010 tutorial 5
PPTX
Comparison operators operators
PPTX
Working with comparison operators
PPT
8 if
PPTX
conditional statements and operators
DOC
Week2 dq4
PPT
Shubhrat operator &amp; expression
PPT
Lecture7b Applied Econometrics and Economic Modeling
MS Excel 2010 tutorial 5
Comparison operators operators
Working with comparison operators
8 if
conditional statements and operators
Week2 dq4
Shubhrat operator &amp; expression
Lecture7b Applied Econometrics and Economic Modeling

Viewers also liked (9)

DOC
Thoi Gian Cac Gio Hoc Theo Tin Chi
PDF
Comilla District Profile
PPTX
Personal Logo
PDF
Sindh Today September 9, 2009 Prospects Bright For Qualified Institutional Pl...
PDF
Guide to Creating a Website
PDF
M Madvisory2
PDF
Online Courses in Internet Marketing
PDF
Kantoren referentieprojecten Heembouw
Thoi Gian Cac Gio Hoc Theo Tin Chi
Comilla District Profile
Personal Logo
Sindh Today September 9, 2009 Prospects Bright For Qualified Institutional Pl...
Guide to Creating a Website
M Madvisory2
Online Courses in Internet Marketing
Kantoren referentieprojecten Heembouw
Ad

More from Wings Interactive (13)

PPTX
20.Namespaces
PPTX
26.Arithmetic Operator
PPTX
Overview Of ADO .NET from Wingslive.com
PPT
C Programming
PPTX
ADO.NETObjects
PPT
C++ Programming
PPTX
History Of Orkut
PPTX
History Of YouTube
PPTX
Analyzing a Simple DTD
PPTX
Connection Pooling
PPTX
Servlet Filters
PPTX
Joins And Its Types
PPTX
What Is Ajax
20.Namespaces
26.Arithmetic Operator
Overview Of ADO .NET from Wingslive.com
C Programming
ADO.NETObjects
C++ Programming
History Of Orkut
History Of YouTube
Analyzing a Simple DTD
Connection Pooling
Servlet Filters
Joins And Its Types
What Is Ajax
Ad

Recently uploaded (20)

PDF
RMMM.pdf make it easy to upload and study
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Complications of Minimal Access Surgery at WLH
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PDF
Computing-Curriculum for Schools in Ghana
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
Cell Types and Its function , kingdom of life
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Basic Mud Logging Guide for educational purpose
RMMM.pdf make it easy to upload and study
102 student loan defaulters named and shamed – Is someone you know on the list?
Renaissance Architecture: A Journey from Faith to Humanism
Microbial disease of the cardiovascular and lymphatic systems
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Complications of Minimal Access Surgery at WLH
Microbial diseases, their pathogenesis and prophylaxis
Supply Chain Operations Speaking Notes -ICLT Program
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
Computing-Curriculum for Schools in Ghana
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
TR - Agricultural Crops Production NC III.pdf
Cell Types and Its function , kingdom of life
human mycosis Human fungal infections are called human mycosis..pptx
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPH.pptx obstetrics and gynecology in nursing
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
O7-L3 Supply Chain Operations - ICLT Program
Basic Mud Logging Guide for educational purpose

Understanding If Statement

  • 1. Understanding the ‘ IF ’ Statement Relational operators Numerical values, comparing numerical values Compares the values of two operands Returns one of the two possible values of type bool True if the comparison is true, or False if it is not    < Less Than <= Less Than or Equal To > Greater Than >= Greater Than or Equal To == Equal To != Not Equal To