1. Example-1
1. Calculate Ascending order, Descending order from the following data `3,23,13,11,15,5,4,2`
Solution: Ascending order is `{2,3,4,5,11,13,15,23}`
Descending order is `{23,15,13,11,5,4,3,2}`
2. Calculate Ascending order, Descending order from the following data `85,96,76,108,85,80,100,85,70,95`
Solution: Ascending order is `{70,76,80,85,85,85,95,96,100,108}`
Descending order is `{108,100,96,95,85,85,85,80,76,70}`
This material is intended as a summary. Use your textbook for detail explanation. Any bug, improvement, feedback then
|