APPLICATION EXERCISE in Algorithm
APPLICATION EXERCISE in Algorithm
Write an algorithm and flowchart that assign grade and declare the equivalent description :
Grade Description
E Excellent
V Very Good
G Good
A Average
F Fail
2)
3) Write an algorithm and flowchart which that display the first ten natural numbers using
4) Let’s consider the following flowchart
a) Identity the programming construct
available in the flowchart and explain
how each of them works.
b) Do the dry run of the flowchart
c) What does the flowchart do?
d) Write the corresponding pseudocode of
the flowchart