You are on page 1of 2

FLOW CHART IN PROGRAMMING

Flowchart is a diagrammatic representation of an algorithm. Flowchart are very helpful in writing


program and explaining program to others.
Q#1: Draw float chart to add two numbers entered by users.

Q#2: draw a flow chart that find out largest number of 3 inputs.
Q#3: draw a flow chart to find Fibonacci series.

0,1,1,2,3,5,8,13,21………..

Q#4: draw flow chart that ask user/ student about his marks, if marks are greater than 50 display
congratulations.

Q#5: draw flow chart to sum two variables a and b, ask user to input values of a and b, if value of a and b
is less than 0, display error message else print sum.

Hint:

You might also like