You are on page 1of 13

PROGRAMMING LANGUAGES

CT-153
Lecture # 07
Loops in R
• For
• While
• Repeat
For Loop
Flowchart: Syntax:
For Loop
• To print 1st 10 natural numbers: Output:
For Loop
• To print squares of 1st 10 even number.
• To print cube of 1st 10 odd numbers
• To print answer of a3-a2 , where a Є O less than 20.
Nested For Loop
• Loop within a loop
Nested For Loop
Required Output:
Nested For Loop
Required Output: Program:
Nested For Loop
While Loop
While Loop
Exercise:
• Write your name 10 times using while loop.
• Display the following output:
Repeat Loop
Repeat Loop

You might also like