Write a program in C++ to find the largest value in an array
Answers
Answered by
0
Answer:
you can find it
To find the largest element, the first two elements of array are checked and largest of these two element is placed in arr[0] . Then, the first and third elements are checked and largest of these two element is placed in arr[0] . This process continues until and first and last elements are checked.
Explanation:
i think it is help you
mark me brainlist ❤️
Similar questions