|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
### Instructions |
|
|
|
### Instructions |
|
|
|
|
|
|
|
|
|
|
|
Write a program that checks if an argument is sorted or not,the comparesion should be by index of ascii and all printable characters will be used. |
|
|
|
Write a program that checks if an argument is sorted or not, the comparison should be by index of ascii and all printable characters will be used. |
|
|
|
|
|
|
|
|
|
|
|
- Your Program should return `T` followed by a newline (`'\n'`) if the argument is sorted. |
|
|
|
- Your Program should return `T` followed by a newline (`'\n'`) if the argument is sorted. |
|
|
|
- Your Program should return `F` followed by a newline (`'\n'`) if the argument is not sorted. |
|
|
|
- Your Program should return `F` followed by a newline (`'\n'`) if the argument is not sorted. |
|
|
|