Algorithm & FLowchart
Algorithm & FLowchart
Properties of algorithm
Advantages
Easy to write.
Human readable techniques to understand the logic.
Algorithms for big problems can be written with moderate efforts.
Disadvantages
Difficult to debug.
Difficult to show branching and looping.
Jumping (goto) makes it hard to trace some problems.
FLOWCHART
Definition
Disadvantages of Flowchart in C:
Following are the various disadvantages of flowchart:
o Design a flowchart for finding the largest among three numbers entered by the user.
Design a flowchart for finding the largest among three numbers entered by the user.
Design a flowchart for calculating the profit and loss according to the value entered by the
user.