You are on page 1of 6

MYANMAR AEROSPACE ENGINEERING UNIIVERSITY

Department of Electrical Systems and Instrumentation

Code – EI-4001
Title – Selection Structures (W2)

1
Outline of presentation
 Types of Computer Codes
 Objectives
 switch-case
 Eg & Ex
 Ref

2
Objectives
At the end of this lesson, the student will be able to-
Use switch & case

3
switch-case
Syntax
switch variable
case op1
statement
case op2
statement
case opN
statement
end

4
Eg & Ex
Ref - 1 Ref - 3
Pg – 292 Pg –
Num – Eg.8.3 Num – Ex 4.15,4.21

Ref - 1
Pg – 299
Num – PE.8.3

Ref - 1
Pg – 308-9
Num – Ex 8.15-17

5
Ref
1. Title – MATLAB for Engineers
ISBN - 978-0-13-210325-1
2. Title – MATLAB An Introduction with Applications
ISBN - 978-0-470-76785-6
3. Title – MATLAB- A Practical Introduction to Programming
and Problem Solving
ISBN - 978-0-12-804525-1

You might also like