The COMPACT modifier is used with the BUSNAME routine to cause the routine to perform character compression.
Score |
Description |
---|---|
100 |
Two (2) strings are equal and neither are blanks. Otherwise, if the strings are equal: Remove all vowels starting with the second character for each string. Remove the second character of all double characters for each string. Left–compress both strings. |
90 |
Length of the compressed string is greater than 8. |
85 |
Length of the compressed string is between 5 and 8. |
75 |
Length of the compressed string is between 1 and 4. |
0 |
Strings are not equal. |