0% found this document useful (0 votes)
104 views6 pages

Hawassa University: Insitute of Technology School of Electrical and Computer Engineering

The document contains 10 programming problems to solve using flow charts. Each problem asks the user to input values, perform calculations, and output results. The problems include determining if a number is odd or even, comparing two numbers, ordering three numbers, adding numbers in a range, calculating averages, and finding maximums, minimums, sums, and factorials.

Uploaded by

behailu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
104 views6 pages

Hawassa University: Insitute of Technology School of Electrical and Computer Engineering

The document contains 10 programming problems to solve using flow charts. Each problem asks the user to input values, perform calculations, and output results. The problems include determining if a number is odd or even, comparing two numbers, ordering three numbers, adding numbers in a range, calculating averages, and finding maximums, minimums, sums, and factorials.

Uploaded by

behailu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

HAWASSA UNIVERSITY

INSITUTE OF TECHNOLOGY
SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING

ASSIGNMENT #2
FLOW CHART
COMPOSED BY: ABDISA MERGA

Section: 4
SUBMITTED TO:
ID. No 3367/14 Tr. BEHILU GOBNATI
0
For each of the problems below, develop a flow chart

1, Receive a number and determine whether it is odd or even.

2) Obtain two numbers from the keyboard, and determine and display which (if either) is the larger
of the two numbers.

1
3) Receive 3 numbers and display them in ascending order from smallest to largest.

4) Add the numbers from 1 to 100 and display the sum.

2
5,Add the even numbers between 0 and any positive integer number given by the user.

6) Find the average of two numbers given by the user.

3
7) Find the average, maximum, minimum, and sum of three numbers given by the user.

8) Find the area of a circle where the radius is provided by the user.

4
9) Read 10 integers from the keyboard in the range 0 - 100, and count how many of them are larger than 50,
and display this result.

10) Take an integer from the user and display the factorial of that number

You might also like