Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 217 Bytes

File metadata and controls

9 lines (7 loc) · 217 Bytes

Program 1

Write a program to find the maximum and minimum element in an array.

Variable description-- N=Number of elements in an array arr=Array of size N min= Holds the minimum element max=Holds the maximum element