Lab Manual 3
Lab Manual 3
Problem Analysis:
Flowchart:
A flowchart is a detailed picture of the algorithm using some special symbols to represent various
statement. It will be drawn from top to bottom showing the exact order of the algorithm
Rounded rectangles
It represents the terminals of a program
(e.g., Start, End)
Parallelograms
It represents the Input and output
operation. (e.g., Display a Message, Read
Hours)
Rectangle
It represents process. (e.g., A mathematical
calculation)
Diamond
It represents decision making process (e.g.,
A condition Is analyzed, where answer is
usually either True or False).
Flow Lines
Arrow shows the direction of flow of
Instructions.
Connectors
They are used to join one part of the
flowchart with another part of the
flowchart.
1. Problem Description: Draw a flowchart for calculating average of two numbers.
Flowchart:
Flowchart:
3. Problem Description: Find the factorial of a given number
Flowchart:
Policy
Copying from the internet, classmates, seniors, or from any other source is strongly prohibited.
100% marks will be deducted if any such copying is detected.