Computer Programming: Introduction Programming Tools - Flowcharts II

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 4

Computer

Programming
Lecture 3
Introduction Programming
Tools - Flowcharts II

Mr. Abbas kh. Ibrahim


Flowcharts (Continued)
Problems
 Draw a flowchart to print natural numbers from 1 to 50 in
Reverse.

 Draw a flowchart to find the sum of the natural numbers from


1 to 100.

 Draw a flowchart to find the sum of the even numbers from 1


to 100.

 Draw a flowchart to find the sum of the odd numbers from 1


to 100.
Assignments
 Draw a flowchart to generate odd numbers from 5 to 99.

 Draw a flowchart to sum the even numbers from 2 to 100.

 Draw a flowchart to find the sum of 25 numbers entered by


the user from the keyboard.

 Draw a flowchart to find the factorial of a number enter from


the keyboard.

 Draw a flowchart to find the area of the circle.

 Draw a flowchart to find the maximum number among three


numbers entered by the user.

Note: Use RAPROR to verify your solutions.

You might also like