Skip to content

Commit 388fc26

Browse files
authored
Create Exercise42.cpp
1 parent 3834b17 commit 388fc26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Exercise42.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
//Title: Find Maximum and Minimum in an Array
2+
//Description: Write a program that asks the user to enter an array of integers and finds the maximum and minimum elements in the array.
3+
//Print the maximum and minimum values.

0 commit comments

Comments
 (0)