Flipkart Search

Search This Blog

Thursday, April 2, 2009

Flow chart assignment

1. Take the input n from user and print the n steps of Fibonacci series.
2. Check whether the number is Armstrong or not ?
3. Take the input from user and reverse the number
4. Take four numbers from user and Get Min, Max and Average among these numbers.
5. Take n number of array (input) from user and sort the array.
6. Find the factorial of given number.
7. Take two array of number and put the common element in third array.