際際滷

際際滷Share a Scribd company logo
Operator In Visual Basic
SESSION:-2023-24
INDEX
1. Operators
2. Types of operators-
i. Arithmetic operators
ii. String or Concatenation operator
iii. Comparison operators
iv. Logical operators 
a. AND operator
b. OR operator
c. Not operator
d. EQV operator
e. XOR operator
OPERATORS
 An operator is a code element that performs an operation on
one or more code elements that hold values.
 Value elements include variable, constants ,literals and
properties, are expressions returned form function and operator
procedures.
 An expression is a series of value elements combined with
operators , which yields a new value.
 The operators act on the value elements by performing
calculations, comparisons, or other operations.
TYPES OF OPERATORS
 Arithmetic Operators
 String or Concatenation Operator
 Comparison Operators
 Logical Operators
Arithmetic operators are used always the arithmetic expression.
These are various types of arithmetic operators in visual basic.
Arithmetic Operators
Operators Function Example Result
+ Addition 5+10 15
- Subtraction 10-5 5
/ Divide 25/5 5
 Integer
Division
203 6
* Multiply 5*4 20
^ Exponent 3^3 27
Mod Remainder
of division
20 Mod 6 2
Example
STRING OR CONCATENATION OPERATOR
The concatenation operator & is used to concatenate two or
more string. For example ,a & b will return a b , the
concatenated string:-
Example -
str1 = Mr.
str2 = Shobhit
str3 = Sexena
Name = str1 &   & str2 &   & str3
MsgBox(Name)
The above code will display a message box with :
Mr. Shobhit Sexena
Comparison Operators
Comparison operators compare two expression and return a
Boolean value representing the result of the comparison.
These are kept in the category of relational operators.
Operator Comparison Example
> Greater than a>b
< Less then a<b
>= Greater then
or equal to
a>=b
<= Less then or
equal to
a<=b
= Equal to a=b
<> Not equal to a<>b
Example
If(mark>40)then
MsgBoxPassed
Else
MsgBoxFailed
End if
Logical Operators
The operators used to take decision in programming is know as
logical operators.
OPERATORS OPERTION
And Logical And
Or Logical Or
Not Logical Not
Eqv Equivalent
XOR Logical XOR
AND Operators
In visual basic and operator is used to add the expression by
comparison . It mean that it checks both the status given in the
application expression and works only if both are true by this
operator. The result of addition of the expression is expressed
in the following test.
Expression-1 Expression-2 Result
1 1 1
1 0 0
0 1 0
0 0 0
OR Operators
In visual basic OR operator is used to logical check the truthiness
of any one among two expression . This operator works it any
one status or both the status of the expression is true.
Expression-1 Expression-2 Result
1 1 1
1 0 1
0 1 1
0 0 0
N0T Operator
In visual basic Not operator is used to check the truthiness of
any one expression among two expression . This operator
works if the first status among the two expression is true.
Expression-1 Result
1 0
0 1
EQV operator
In visual basic EQV operator is used to check the logic
equality between the two expression this operator works if the
status of both the expression is either true or false.
Expression-1 Expression-2 Result
1 1 1
1 0 0
0 1 0
0 0 1
XOR Operator
In visual basic this operator is used to logical check the
truthiness of among two expression oppositely. This operator
works only if any one status among the two expression is true.
Expression-1 Expression-2 Result
1 1 0
1 0 1
0 1 1
0 0 0
operat in vb .pptx

More Related Content

Similar to operat in vb .pptx (20)

Operators and Expressions
Operators and ExpressionsOperators and Expressions
Operators and Expressions
Munazza-Mah-Jabeen
Shubhrat operator &amp; expression
Shubhrat operator &amp; expressionShubhrat operator &amp; expression
Shubhrat operator &amp; expression
Shubhrat Mishra
4_A1208223655_21789_2_2018_04. Operators.ppt
4_A1208223655_21789_2_2018_04. Operators.ppt4_A1208223655_21789_2_2018_04. Operators.ppt
4_A1208223655_21789_2_2018_04. Operators.ppt
RithwikRanjan
OCA JAVA - 3 Programming with Java Operators
 OCA JAVA - 3 Programming with Java Operators OCA JAVA - 3 Programming with Java Operators
OCA JAVA - 3 Programming with Java Operators
Fernando Gil
Verilog operators.pptx
Verilog  operators.pptxVerilog  operators.pptx
Verilog operators.pptx
VandanaPagar1
c programming2.pptx
c programming2.pptxc programming2.pptx
c programming2.pptx
YuvarajuCherukuri
Operators
OperatorsOperators
Operators
jayesh30sikchi
Chap 3(operator expression)
Chap 3(operator expression)Chap 3(operator expression)
Chap 3(operator expression)
Bangabandhu Sheikh Mujibur Rahman Science and Technology University
C operator and expression
C operator and expressionC operator and expression
C operator and expression
LavanyaManokaran
cprogrammingoperator.ppt
cprogrammingoperator.pptcprogrammingoperator.ppt
cprogrammingoperator.ppt
georgejustymirobi1
Operators in C Programming
Operators in C ProgrammingOperators in C Programming
Operators in C Programming
Jasleen Kaur (Chandigarh University)
Operators in Python
Operators in PythonOperators in Python
Operators in Python
Anusuya123
OCA Java SE 8 Exam Chapter 2 Operators & Statements
OCA Java SE 8 Exam Chapter 2 Operators & StatementsOCA Java SE 8 Exam Chapter 2 Operators & Statements
OCA Java SE 8 Exam Chapter 2 Operators & Statements
聴brahim K端rce
operators and expressions in c++
 operators and expressions in c++ operators and expressions in c++
operators and expressions in c++
sanya6900
CBSE Class XI :- Operators in C++
CBSE Class XI :- Operators in C++CBSE Class XI :- Operators in C++
CBSE Class XI :- Operators in C++
Pranav Ghildiyal
Operators and Expressions in C++
Operators and Expressions in C++Operators and Expressions in C++
Operators and Expressions in C++
Praveen M Jigajinni
C# fundamentals Part 2
C# fundamentals Part 2C# fundamentals Part 2
C# fundamentals Part 2
iFour Institute - Sustainable Learning
C Operators
C OperatorsC Operators
C Operators
Yash Modi
Types of Operators in C
Types of Operators in CTypes of Operators in C
Types of Operators in C
Thesis Scientist Private Limited
Unit ii chapter 1 operator and expressions in c
Unit ii chapter 1 operator and expressions in cUnit ii chapter 1 operator and expressions in c
Unit ii chapter 1 operator and expressions in c
Sowmya Jyothi
Shubhrat operator &amp; expression
Shubhrat operator &amp; expressionShubhrat operator &amp; expression
Shubhrat operator &amp; expression
Shubhrat Mishra
4_A1208223655_21789_2_2018_04. Operators.ppt
4_A1208223655_21789_2_2018_04. Operators.ppt4_A1208223655_21789_2_2018_04. Operators.ppt
4_A1208223655_21789_2_2018_04. Operators.ppt
RithwikRanjan
OCA JAVA - 3 Programming with Java Operators
 OCA JAVA - 3 Programming with Java Operators OCA JAVA - 3 Programming with Java Operators
OCA JAVA - 3 Programming with Java Operators
Fernando Gil
Verilog operators.pptx
Verilog  operators.pptxVerilog  operators.pptx
Verilog operators.pptx
VandanaPagar1
C operator and expression
C operator and expressionC operator and expression
C operator and expression
LavanyaManokaran
Operators in Python
Operators in PythonOperators in Python
Operators in Python
Anusuya123
OCA Java SE 8 Exam Chapter 2 Operators & Statements
OCA Java SE 8 Exam Chapter 2 Operators & StatementsOCA Java SE 8 Exam Chapter 2 Operators & Statements
OCA Java SE 8 Exam Chapter 2 Operators & Statements
聴brahim K端rce
operators and expressions in c++
 operators and expressions in c++ operators and expressions in c++
operators and expressions in c++
sanya6900
CBSE Class XI :- Operators in C++
CBSE Class XI :- Operators in C++CBSE Class XI :- Operators in C++
CBSE Class XI :- Operators in C++
Pranav Ghildiyal
Operators and Expressions in C++
Operators and Expressions in C++Operators and Expressions in C++
Operators and Expressions in C++
Praveen M Jigajinni
C Operators
C OperatorsC Operators
C Operators
Yash Modi
Unit ii chapter 1 operator and expressions in c
Unit ii chapter 1 operator and expressions in cUnit ii chapter 1 operator and expressions in c
Unit ii chapter 1 operator and expressions in c
Sowmya Jyothi

More from classall (20)

E-mail used in most important part in daily life
E-mail used in most important part in daily lifeE-mail used in most important part in daily life
E-mail used in most important part in daily life
classall
Digital Marketing USING IN YOUR LIFE STYLE
Digital Marketing USING IN YOUR LIFE STYLEDigital Marketing USING IN YOUR LIFE STYLE
Digital Marketing USING IN YOUR LIFE STYLE
classall
E -COMMERCE.ppt
E -COMMERCE.pptE -COMMERCE.ppt
E -COMMERCE.ppt
classall
CONTROL STRUCTURE IN VB
CONTROL STRUCTURE IN VBCONTROL STRUCTURE IN VB
CONTROL STRUCTURE IN VB
classall
Tally_Tutor_1.ppt
Tally_Tutor_1.pptTally_Tutor_1.ppt
Tally_Tutor_1.ppt
classall
networking
networking networking
networking
classall
introduction to visual basic PPT.pptx
introduction to visual basic PPT.pptxintroduction to visual basic PPT.pptx
introduction to visual basic PPT.pptx
classall
introduction to e-commerce.pptx
introduction to e-commerce.pptxintroduction to e-commerce.pptx
introduction to e-commerce.pptx
classall
E-Rdiagram.ppt
E-Rdiagram.pptE-Rdiagram.ppt
E-Rdiagram.ppt
classall
EDI presentation.pptx
EDI presentation.pptxEDI presentation.pptx
EDI presentation.pptx
classall
control structure in visual basic
control structure in visual basic control structure in visual basic
control structure in visual basic
classall
b,Sc it data structure.ppt
b,Sc it data structure.pptb,Sc it data structure.ppt
b,Sc it data structure.ppt
classall
SAVE WATER SAVE LIFE
SAVE WATER SAVE LIFESAVE WATER SAVE LIFE
SAVE WATER SAVE LIFE
classall
MS OFFICE
MS OFFICEMS OFFICE
MS OFFICE
classall
MULTIMEDIA
MULTIMEDIAMULTIMEDIA
MULTIMEDIA
classall
GEETA2.pptx
GEETA2.pptxGEETA2.pptx
GEETA2.pptx
classall
GEETA1.pptx
GEETA1.pptxGEETA1.pptx
GEETA1.pptx
classall
GEETA.pptx
GEETA.pptxGEETA.pptx
GEETA.pptx
classall
爐萎ぞ爐劇爐爛爐萎爐 爐踱爐むぞ 13.3.18.ppt
爐萎ぞ爐劇爐爛爐萎爐 爐踱爐むぞ 13.3.18.ppt爐萎ぞ爐劇爐爛爐萎爐 爐踱爐むぞ 13.3.18.ppt
爐萎ぞ爐劇爐爛爐萎爐 爐踱爐むぞ 13.3.18.ppt
classall
mmu.pptx
mmu.pptxmmu.pptx
mmu.pptx
classall
E-mail used in most important part in daily life
E-mail used in most important part in daily lifeE-mail used in most important part in daily life
E-mail used in most important part in daily life
classall
Digital Marketing USING IN YOUR LIFE STYLE
Digital Marketing USING IN YOUR LIFE STYLEDigital Marketing USING IN YOUR LIFE STYLE
Digital Marketing USING IN YOUR LIFE STYLE
classall
E -COMMERCE.ppt
E -COMMERCE.pptE -COMMERCE.ppt
E -COMMERCE.ppt
classall
CONTROL STRUCTURE IN VB
CONTROL STRUCTURE IN VBCONTROL STRUCTURE IN VB
CONTROL STRUCTURE IN VB
classall
Tally_Tutor_1.ppt
Tally_Tutor_1.pptTally_Tutor_1.ppt
Tally_Tutor_1.ppt
classall
networking
networking networking
networking
classall
introduction to visual basic PPT.pptx
introduction to visual basic PPT.pptxintroduction to visual basic PPT.pptx
introduction to visual basic PPT.pptx
classall
introduction to e-commerce.pptx
introduction to e-commerce.pptxintroduction to e-commerce.pptx
introduction to e-commerce.pptx
classall
E-Rdiagram.ppt
E-Rdiagram.pptE-Rdiagram.ppt
E-Rdiagram.ppt
classall
EDI presentation.pptx
EDI presentation.pptxEDI presentation.pptx
EDI presentation.pptx
classall
control structure in visual basic
control structure in visual basic control structure in visual basic
control structure in visual basic
classall
b,Sc it data structure.ppt
b,Sc it data structure.pptb,Sc it data structure.ppt
b,Sc it data structure.ppt
classall
SAVE WATER SAVE LIFE
SAVE WATER SAVE LIFESAVE WATER SAVE LIFE
SAVE WATER SAVE LIFE
classall
MS OFFICE
MS OFFICEMS OFFICE
MS OFFICE
classall
MULTIMEDIA
MULTIMEDIAMULTIMEDIA
MULTIMEDIA
classall
GEETA2.pptx
GEETA2.pptxGEETA2.pptx
GEETA2.pptx
classall
GEETA1.pptx
GEETA1.pptxGEETA1.pptx
GEETA1.pptx
classall
GEETA.pptx
GEETA.pptxGEETA.pptx
GEETA.pptx
classall
爐萎ぞ爐劇爐爛爐萎爐 爐踱爐むぞ 13.3.18.ppt
爐萎ぞ爐劇爐爛爐萎爐 爐踱爐むぞ 13.3.18.ppt爐萎ぞ爐劇爐爛爐萎爐 爐踱爐むぞ 13.3.18.ppt
爐萎ぞ爐劇爐爛爐萎爐 爐踱爐むぞ 13.3.18.ppt
classall
mmu.pptx
mmu.pptxmmu.pptx
mmu.pptx
classall

Recently uploaded (20)

The Story Behind the Abney Park Restoration Project by Tom Walker
The Story Behind the Abney Park Restoration Project by Tom WalkerThe Story Behind the Abney Park Restoration Project by Tom Walker
The Story Behind the Abney Park Restoration Project by Tom Walker
History of Stoke Newington
English 4 Quarter 4 Week 4 Classroom Obs
English 4 Quarter 4 Week 4 Classroom ObsEnglish 4 Quarter 4 Week 4 Classroom Obs
English 4 Quarter 4 Week 4 Classroom Obs
NerissaMendez1
Eng7-Q4-Lesson 1 Part 1 Understanding Discipline-Specific Words, Voice, and T...
Eng7-Q4-Lesson 1 Part 1 Understanding Discipline-Specific Words, Voice, and T...Eng7-Q4-Lesson 1 Part 1 Understanding Discipline-Specific Words, Voice, and T...
Eng7-Q4-Lesson 1 Part 1 Understanding Discipline-Specific Words, Voice, and T...
sandynavergas1
TPR Data strategy 2025 (1).pdf Data strategy
TPR Data strategy 2025 (1).pdf Data strategyTPR Data strategy 2025 (1).pdf Data strategy
TPR Data strategy 2025 (1).pdf Data strategy
Henry Tapper
Useful environment methods in Odoo 18 - Odoo 際際滷s
Useful environment methods in Odoo 18 - Odoo 際際滷sUseful environment methods in Odoo 18 - Odoo 際際滷s
Useful environment methods in Odoo 18 - Odoo 際際滷s
Celine George
Rass MELAI : an Internet MELA Quiz Prelims - El Dorado 2025
Rass MELAI : an Internet MELA Quiz Prelims - El Dorado 2025Rass MELAI : an Internet MELA Quiz Prelims - El Dorado 2025
Rass MELAI : an Internet MELA Quiz Prelims - El Dorado 2025
Conquiztadors- the Quiz Society of Sri Venkateswara College
How to Setup WhatsApp in Odoo 17 - Odoo 際際滷s
How to Setup WhatsApp in Odoo 17 - Odoo 際際滷sHow to Setup WhatsApp in Odoo 17 - Odoo 際際滷s
How to Setup WhatsApp in Odoo 17 - Odoo 際際滷s
Celine George
TLE 7 - 3rd Topic - Hand Tools, Power Tools, Instruments, and Equipment Used ...
TLE 7 - 3rd Topic - Hand Tools, Power Tools, Instruments, and Equipment Used ...TLE 7 - 3rd Topic - Hand Tools, Power Tools, Instruments, and Equipment Used ...
TLE 7 - 3rd Topic - Hand Tools, Power Tools, Instruments, and Equipment Used ...
RizaBedayo
cervical spine mobilization manual therapy .pdf
cervical spine mobilization manual therapy .pdfcervical spine mobilization manual therapy .pdf
cervical spine mobilization manual therapy .pdf
SamarHosni3
Kaun TALHA quiz Prelims - El Dorado 2025
Kaun TALHA quiz Prelims - El Dorado 2025Kaun TALHA quiz Prelims - El Dorado 2025
Kaun TALHA quiz Prelims - El Dorado 2025
Conquiztadors- the Quiz Society of Sri Venkateswara College
Rass MELAI : an Internet MELA Quiz Finals - El Dorado 2025
Rass MELAI : an Internet MELA Quiz Finals - El Dorado 2025Rass MELAI : an Internet MELA Quiz Finals - El Dorado 2025
Rass MELAI : an Internet MELA Quiz Finals - El Dorado 2025
Conquiztadors- the Quiz Society of Sri Venkateswara College
How to Configure Restaurants in Odoo 17 Point of Sale
How to Configure Restaurants in Odoo 17 Point of SaleHow to Configure Restaurants in Odoo 17 Point of Sale
How to Configure Restaurants in Odoo 17 Point of Sale
Celine George
Modeling-Simple-Equation-Using-Bar-Models.pptx
Modeling-Simple-Equation-Using-Bar-Models.pptxModeling-Simple-Equation-Using-Bar-Models.pptx
Modeling-Simple-Equation-Using-Bar-Models.pptx
maribethlacno2
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
APM People Interest Network Conference - Oliver Randall & David Bovis - Own Y...
APM People Interest Network Conference - Oliver Randall & David Bovis - Own Y...APM People Interest Network Conference - Oliver Randall & David Bovis - Own Y...
APM People Interest Network Conference - Oliver Randall & David Bovis - Own Y...
Association for Project Management
Adventure Activities Final By H R Gohil Sir
Adventure Activities Final By H R Gohil SirAdventure Activities Final By H R Gohil Sir
Adventure Activities Final By H R Gohil Sir
GUJARATCOMMERCECOLLE
QuickBooks Desktop to QuickBooks Online How to Make the Move
QuickBooks Desktop to QuickBooks Online  How to Make the MoveQuickBooks Desktop to QuickBooks Online  How to Make the Move
QuickBooks Desktop to QuickBooks Online How to Make the Move
TechSoup
Digital Tools with AI for e-Content Development.pptx
Digital Tools with AI for e-Content Development.pptxDigital Tools with AI for e-Content Development.pptx
Digital Tools with AI for e-Content Development.pptx
Dr. Sarita Anand
How to attach file using upload button Odoo 18
How to attach file using upload button Odoo 18How to attach file using upload button Odoo 18
How to attach file using upload button Odoo 18
Celine George
PUBH1000 Module 3: Public Health Systems
PUBH1000 Module 3: Public Health SystemsPUBH1000 Module 3: Public Health Systems
PUBH1000 Module 3: Public Health Systems
Jonathan Hallett
The Story Behind the Abney Park Restoration Project by Tom Walker
The Story Behind the Abney Park Restoration Project by Tom WalkerThe Story Behind the Abney Park Restoration Project by Tom Walker
The Story Behind the Abney Park Restoration Project by Tom Walker
History of Stoke Newington
English 4 Quarter 4 Week 4 Classroom Obs
English 4 Quarter 4 Week 4 Classroom ObsEnglish 4 Quarter 4 Week 4 Classroom Obs
English 4 Quarter 4 Week 4 Classroom Obs
NerissaMendez1
Eng7-Q4-Lesson 1 Part 1 Understanding Discipline-Specific Words, Voice, and T...
Eng7-Q4-Lesson 1 Part 1 Understanding Discipline-Specific Words, Voice, and T...Eng7-Q4-Lesson 1 Part 1 Understanding Discipline-Specific Words, Voice, and T...
Eng7-Q4-Lesson 1 Part 1 Understanding Discipline-Specific Words, Voice, and T...
sandynavergas1
TPR Data strategy 2025 (1).pdf Data strategy
TPR Data strategy 2025 (1).pdf Data strategyTPR Data strategy 2025 (1).pdf Data strategy
TPR Data strategy 2025 (1).pdf Data strategy
Henry Tapper
Useful environment methods in Odoo 18 - Odoo 際際滷s
Useful environment methods in Odoo 18 - Odoo 際際滷sUseful environment methods in Odoo 18 - Odoo 際際滷s
Useful environment methods in Odoo 18 - Odoo 際際滷s
Celine George
How to Setup WhatsApp in Odoo 17 - Odoo 際際滷s
How to Setup WhatsApp in Odoo 17 - Odoo 際際滷sHow to Setup WhatsApp in Odoo 17 - Odoo 際際滷s
How to Setup WhatsApp in Odoo 17 - Odoo 際際滷s
Celine George
TLE 7 - 3rd Topic - Hand Tools, Power Tools, Instruments, and Equipment Used ...
TLE 7 - 3rd Topic - Hand Tools, Power Tools, Instruments, and Equipment Used ...TLE 7 - 3rd Topic - Hand Tools, Power Tools, Instruments, and Equipment Used ...
TLE 7 - 3rd Topic - Hand Tools, Power Tools, Instruments, and Equipment Used ...
RizaBedayo
cervical spine mobilization manual therapy .pdf
cervical spine mobilization manual therapy .pdfcervical spine mobilization manual therapy .pdf
cervical spine mobilization manual therapy .pdf
SamarHosni3
How to Configure Restaurants in Odoo 17 Point of Sale
How to Configure Restaurants in Odoo 17 Point of SaleHow to Configure Restaurants in Odoo 17 Point of Sale
How to Configure Restaurants in Odoo 17 Point of Sale
Celine George
Modeling-Simple-Equation-Using-Bar-Models.pptx
Modeling-Simple-Equation-Using-Bar-Models.pptxModeling-Simple-Equation-Using-Bar-Models.pptx
Modeling-Simple-Equation-Using-Bar-Models.pptx
maribethlacno2
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
APM People Interest Network Conference - Oliver Randall & David Bovis - Own Y...
APM People Interest Network Conference - Oliver Randall & David Bovis - Own Y...APM People Interest Network Conference - Oliver Randall & David Bovis - Own Y...
APM People Interest Network Conference - Oliver Randall & David Bovis - Own Y...
Association for Project Management
Adventure Activities Final By H R Gohil Sir
Adventure Activities Final By H R Gohil SirAdventure Activities Final By H R Gohil Sir
Adventure Activities Final By H R Gohil Sir
GUJARATCOMMERCECOLLE
QuickBooks Desktop to QuickBooks Online How to Make the Move
QuickBooks Desktop to QuickBooks Online  How to Make the MoveQuickBooks Desktop to QuickBooks Online  How to Make the Move
QuickBooks Desktop to QuickBooks Online How to Make the Move
TechSoup
Digital Tools with AI for e-Content Development.pptx
Digital Tools with AI for e-Content Development.pptxDigital Tools with AI for e-Content Development.pptx
Digital Tools with AI for e-Content Development.pptx
Dr. Sarita Anand
How to attach file using upload button Odoo 18
How to attach file using upload button Odoo 18How to attach file using upload button Odoo 18
How to attach file using upload button Odoo 18
Celine George
PUBH1000 Module 3: Public Health Systems
PUBH1000 Module 3: Public Health SystemsPUBH1000 Module 3: Public Health Systems
PUBH1000 Module 3: Public Health Systems
Jonathan Hallett

operat in vb .pptx

  • 1. Operator In Visual Basic SESSION:-2023-24
  • 2. INDEX 1. Operators 2. Types of operators- i. Arithmetic operators ii. String or Concatenation operator iii. Comparison operators iv. Logical operators a. AND operator b. OR operator c. Not operator d. EQV operator e. XOR operator
  • 3. OPERATORS An operator is a code element that performs an operation on one or more code elements that hold values. Value elements include variable, constants ,literals and properties, are expressions returned form function and operator procedures. An expression is a series of value elements combined with operators , which yields a new value. The operators act on the value elements by performing calculations, comparisons, or other operations.
  • 4. TYPES OF OPERATORS Arithmetic Operators String or Concatenation Operator Comparison Operators Logical Operators
  • 5. Arithmetic operators are used always the arithmetic expression. These are various types of arithmetic operators in visual basic. Arithmetic Operators Operators Function Example Result + Addition 5+10 15 - Subtraction 10-5 5 / Divide 25/5 5 Integer Division 203 6 * Multiply 5*4 20 ^ Exponent 3^3 27 Mod Remainder of division 20 Mod 6 2
  • 7. STRING OR CONCATENATION OPERATOR The concatenation operator & is used to concatenate two or more string. For example ,a & b will return a b , the concatenated string:- Example - str1 = Mr. str2 = Shobhit str3 = Sexena Name = str1 & & str2 & & str3 MsgBox(Name) The above code will display a message box with : Mr. Shobhit Sexena
  • 8. Comparison Operators Comparison operators compare two expression and return a Boolean value representing the result of the comparison. These are kept in the category of relational operators. Operator Comparison Example > Greater than a>b < Less then a<b >= Greater then or equal to a>=b <= Less then or equal to a<=b = Equal to a=b <> Not equal to a<>b
  • 10. Logical Operators The operators used to take decision in programming is know as logical operators. OPERATORS OPERTION And Logical And Or Logical Or Not Logical Not Eqv Equivalent XOR Logical XOR
  • 11. AND Operators In visual basic and operator is used to add the expression by comparison . It mean that it checks both the status given in the application expression and works only if both are true by this operator. The result of addition of the expression is expressed in the following test. Expression-1 Expression-2 Result 1 1 1 1 0 0 0 1 0 0 0 0
  • 12. OR Operators In visual basic OR operator is used to logical check the truthiness of any one among two expression . This operator works it any one status or both the status of the expression is true. Expression-1 Expression-2 Result 1 1 1 1 0 1 0 1 1 0 0 0
  • 13. N0T Operator In visual basic Not operator is used to check the truthiness of any one expression among two expression . This operator works if the first status among the two expression is true. Expression-1 Result 1 0 0 1
  • 14. EQV operator In visual basic EQV operator is used to check the logic equality between the two expression this operator works if the status of both the expression is either true or false. Expression-1 Expression-2 Result 1 1 1 1 0 0 0 1 0 0 0 1
  • 15. XOR Operator In visual basic this operator is used to logical check the truthiness of among two expression oppositely. This operator works only if any one status among the two expression is true. Expression-1 Expression-2 Result 1 1 0 1 0 1 0 1 1 0 0 0