Ask Question
5 September, 05:35

What are the steps that are used to find the maximum element from the following finite sequence

1, 8, 12, 9, 11, 2, 14, 5, 10, 4.

+3
Answers (1)
  1. 5 September, 08:53
    0
    Compare the first two elements, and whichever element is greater, then compare this greater element with the next element in the sequence and continue the comparison for the rest of the elements. The steps are as follow.

    1<8

    8<12

    12>9

    12>11

    12>2

    12<14

    14>5

    14>10

    14>4

    Hence 14 is the maximum element/number.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What are the steps that are used to find the maximum element from the following finite sequence 1, 8, 12, 9, 11, 2, 14, 5, 10, 4. ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers