0
Please help me
Make a program to enter a list of 8 numbers and then report if all are arranged in increasing order. If there are two "tied" numbers, consider them as crescents. For example if the list were: Example 1: -10, 1, 5, 7, 15, 18, 20, 23 a sign will be issued: "Ordered Set" Example 2: 10, 10, 15, 20, 25, 25, 28, 33 a sign will be issued: "Ordered Set" Example 3: 10, 1, 15, 7, -15, 18, 20, 23 a sign will be issued: "Unordered Set"
1 Answer
+ 1
Here is my try.
Cordially.
https://code.sololearn.com/cRC895zJO9WV/?ref=app