SlideShare a Scribd company logo
Conditional
Statements
&
Operators
What are operators?
 An operator is a symbol
that tells the compiler to
perform a certain
mathematical or
logical manipulation.
 Operators are used in
programs to manipulate
data and variables.
THE VARIOUS TYPES OF
OPERATORS
1) Arithmetic operators (+,-,*,/,%)
2) Assignment operators (=)
3) Relational /Comparison operators
(>,<,>=,<=,==,!=)
4) Increment and Decrement operators
(++,- -)
Conditional statements
1) Simple IF statement – contains only the
true statement and its condition.
2) Else IF statements - contains both the
true and false statements along with
its condition.
3) Nested IF statements - Deals with
multiple conditions.
4) Switch case - Deals with multiple cases.
Thank you
children

More Related Content

PPT
Shubhrat operator &amp; expression
PDF
DOC
Week2 dq4
PPTX
Operators in java
PPTX
PDF
Java Basic Operators
PPT
Chapter 04
PPTX
10 Excel Formulas that will help you in any Job
Shubhrat operator &amp; expression
Week2 dq4
Operators in java
Java Basic Operators
Chapter 04
10 Excel Formulas that will help you in any Job

What's hot (20)

PPT
8 if
PPTX
Training presentation vlookup - what it is, and when to use it
PPT
Excel IF function
PPT
Ap Power Point Chpt3 B
PPT
Ap Power Point Chpt3
PPTX
Computer Logic
PPTX
Excel functions and formulas
PDF
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
PPT
Understanding If Statement
PPT
PDF
Relational algebra
PPTX
Operator.ppt
DOCX
Ms excel formulas
PPTX
relational algebra (joins)
PPT
Ap Power Point Chpt2
PDF
Excel functions formulas
PPT
decisions
PPTX
Nested queries in database
PPTX
relational algebra-(basics)
PPTX
Relational Algebra,Types of join
8 if
Training presentation vlookup - what it is, and when to use it
Excel IF function
Ap Power Point Chpt3 B
Ap Power Point Chpt3
Computer Logic
Excel functions and formulas
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
Understanding If Statement
Relational algebra
Operator.ppt
Ms excel formulas
relational algebra (joins)
Ap Power Point Chpt2
Excel functions formulas
decisions
Nested queries in database
relational algebra-(basics)
Relational Algebra,Types of join
Ad

More from aishvaryatamilarasoo (20)

PPTX
Kingsoft presentation provided by kingsoft office
PPTX
The Indian Constitution ppt
PDF
History from trade to territory pdf
PPTX
From trade to territory the company establishes the power ppt
PPTX
Force and friction ppt informative
PPTX
Solar energy ppt life eazy
PDF
vari vadiva valarchi
PDF
eluthu pirappu in tamil
PPTX
email writing ppt
PPTX
Resources ppt
PPTX
Public facilities ppt
PPTX
Marginalisation ppt
DOCX
India map reference like atlas
PPTX
Collage on public facilties during covid - 19
DOCX
Art - objects with shadow drawing
PDF
Art kingfisher and ostrich
PPTX
ppt on synthetic fibres and plastics
PDF
Poster on plastic pollution
PPTX
ppt on combustion and fossil fuels
PDF
HAND OUT ON CLASSES OF FIRES AND FIRE EXTINGUISHERS
Kingsoft presentation provided by kingsoft office
The Indian Constitution ppt
History from trade to territory pdf
From trade to territory the company establishes the power ppt
Force and friction ppt informative
Solar energy ppt life eazy
vari vadiva valarchi
eluthu pirappu in tamil
email writing ppt
Resources ppt
Public facilities ppt
Marginalisation ppt
India map reference like atlas
Collage on public facilties during covid - 19
Art - objects with shadow drawing
Art kingfisher and ostrich
ppt on synthetic fibres and plastics
Poster on plastic pollution
ppt on combustion and fossil fuels
HAND OUT ON CLASSES OF FIRES AND FIRE EXTINGUISHERS
Ad

Recently uploaded (20)

PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Sports Quiz easy sports quiz sports quiz
PPTX
GDM (1) (1).pptx small presentation for students
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
RMMM.pdf make it easy to upload and study
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
Pharma ospi slides which help in ospi learning
PPTX
Institutional Correction lecture only . . .
PPTX
Cell Structure & Organelles in detailed.
PDF
Classroom Observation Tools for Teachers
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Anesthesia in Laparoscopic Surgery in India
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Module 4: Burden of Disease Tutorial Slides S2 2025
Sports Quiz easy sports quiz sports quiz
GDM (1) (1).pptx small presentation for students
Microbial disease of the cardiovascular and lymphatic systems
RMMM.pdf make it easy to upload and study
TR - Agricultural Crops Production NC III.pdf
Pharma ospi slides which help in ospi learning
Institutional Correction lecture only . . .
Cell Structure & Organelles in detailed.
Classroom Observation Tools for Teachers
2.FourierTransform-ShortQuestionswithAnswers.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
VCE English Exam - Section C Student Revision Booklet

conditional statements and operators

  • 2. What are operators?  An operator is a symbol that tells the compiler to perform a certain mathematical or logical manipulation.  Operators are used in programs to manipulate data and variables.
  • 3. THE VARIOUS TYPES OF OPERATORS 1) Arithmetic operators (+,-,*,/,%) 2) Assignment operators (=) 3) Relational /Comparison operators (>,<,>=,<=,==,!=) 4) Increment and Decrement operators (++,- -)
  • 4. Conditional statements 1) Simple IF statement – contains only the true statement and its condition. 2) Else IF statements - contains both the true and false statements along with its condition. 3) Nested IF statements - Deals with multiple conditions. 4) Switch case - Deals with multiple cases.