Computer Programing Assignmet one
Computer Programing Assignmet one
Write the algorithm and draw the flow chart for the questions below. Each group member should p
articipate in the process. Please try to submit before the deadline. (Deadline Apr 15, 2025).
1. Write an algorithm description and draw a flow chart to calculate the average of 4 integer numbers.
2. Write an algorithm description and draw a flow chart to find the largest value of any three numbers.
3. Write an algorithm description and draw a flow chart which gets a natural number N and display odd
numbers equal or less than N.
4. Write an algorithm description and draw a flow chart to swap the content of two variable using third
variables.
5. Write an algorithm description and draw a flow chart to swap the content of two numbers without using
third variable.
6. Write an algorithm description and draw a flow chart to find the factorial of any number.
7. Write an algorithm description and draw a flow chart to add even number from 1 up to 100.
8. Write an algorithm description and draw a flow chart to calculate quadratic questions.