You are on page 1of 10

UNIT III

Introduction to problem
solving using computers
Q1. Write an Algorithm and Draw flowchart to find the largest among three different
numbers entered by user. Note Number should be taken from user.

Q2. Write an algorithm and draw flowchart for finding simple interest on bank account
deposit.

Q3. Write an Algorithm and draw flowchart to find sum of first 10 numbers.

Q4. Write an Algorithm and draw flowchart to find sum of first 10 even number

and odd number.

Q5. Write an algorithm and draw flowchart for finding area of circle.
Q6. Write an algorithm and Draw flowchart to check whether given letter is consonant or vowel.

Q7. Write an algorithm and Draw flowchart to swap values of variables using third variable and Print it as
output.
Q8. Write an algorithm and Draw flowchart to find grade for respective marks entered by
user. Grade range as follows.
AA: 70 -100
BB: 60 -69
CC: 50-59
DD: 40-49
FF: 0 -40

Q9. Write an algorithm and Draw flowchart to find first 10 odd and even number and also find that how
many final comparison are made to find odd and even number.

Q10. Write an algorithm and Draw flowchart to factorial of number from 1 to 5.

You might also like