We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae77dea commit cb0ec0fCopy full SHA for cb0ec0f
Exercise44.cpp
@@ -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