You are on page 1of 1

Activity For Your Practice

09/07/2021
Write the pseudocode, algorithm and draw the flowchart

1. Write an algorithm and draw the flowchart that reads three numbers and prints the value of the
largest number.

2. A student appears in an examination that consists of total 10 subjects, each subject having
maximum marks of 100. The roll number for the student, his name, and the marks obtained by
him in various subjects is supplied as input data. Such a collection of related data items that is
treated as a unit is known as a record. Draw a flow chart for the algorithm to calculate the
percentage marks obtained by the student in this examination and then to print it along with his
roll number and name.

3. Draw a flow chart of the logical steps needed to produce a printed listing of all students over the
age of 20 in a class. The input records contain the name and age of the students. Assume an
initial value of 99 for the age field.

4. Draw a flowchart of the logical steps needed to print the name and age of the oldest and the
youngest student in a class. The input records contain the name and age of the students.

You might also like