Ask Question
29 April, 01:24

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.

+2
Answers (1)
  1. 29 April, 01:35
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers