Skip to content

Commit cb0ec0f

Browse files
authored
Create Exercise44.cpp
1 parent ae77dea commit cb0ec0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Exercise44.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
//Title: Check if Array is Sorted
2+
//Description: Write a program that asks the user to enter an array of integers and determines whether the array is sorted in ascending order or not.
3+
//Print a message indicating whether the array is sorted or not.

0 commit comments

Comments
 (0)