You are on page 1of 3

Question 2: Write a program that will compute the scores and grades of student using the NESTED IF,

THEN and ELSE STATEMENT and print the output. Page 9


Question 5: Write a programs that will implement FOR, DO and WHILE LOOPs, print out there
various output Page 10
ii) Write and also design flowchart to find out the area and perimeter of rectangle

Page 4

Algorithm

Step 1: Start Start


Input
Value of L, B
Step 2: Input Side Length and Breadth say L, B AREA = L x B

Perimeters = 2 x (L+ B)
Step 3: Area L x B
Print AREA of PERIMETER

Step 4: PERIMETER = 2 x (L +B) Start

Step 5: Display AREA, PERIMETER

Step 6: Stop

Design Using PowerPoint

You might also like