Array nums[] initialised to {6,2,8,1,9,2}
integer n = 0
for i=0 to 5
if nums[i] >n
n = nums[i]
end if
end of the loop
9
Checks if the element is present are not
Finds the maximum element in the array
There is no specific operation carried out
O Replace the element at position i
Answers
Answered by
0
Answer:
nose
Sleepin', you're on your tippy toes
Creepin' around like no one knows
Think you're so criminal…The size of my order is too small
Similar questions