You are on page 1of 1

SHRI VISHNU ENGINEERING COLLEGE FOR WOMEN(A) :: BHIMAVARAM

DEPARTMENT OF INFORMATION TECHNOLOGY

COMPUTATIONAL THINKING WITH C

ASSIGNMENT-1 ON ALGORITHMS AND FLOWCHARTS

1. Write an algorithm and flowchart to check whether an entered number is odd or even.
2. Write an algorithm and flowchart to Accept principal amount, rate of interest, and
duration from the user. Display Interest Amount and Total Amount (Principal + Interest).
3. Write an algorithm and flowchart to Accept any number and Display whether the
number is divisible by 100 or not.
4. Write an algorithm and flowchart to swap (interchange) the values of two variables.
5. Write an algorithm and flowchart to perform subtraction when first number is greater
then second number otherwise perform addition.

You might also like