Browse Source

corrected

1136-samecase
zainabdnaya 2 years ago
parent
commit
ca19aec9d7
  1. 2
      subjects/samecase/REDME.md

2
subjects/samecase/REDME.md

@ -6,7 +6,7 @@ Write a program that takes 2 characters as arguments and does the following:
- If either of the characters is not a letter, return -1.
- If both characters are the same case, return 1.
- If both characters are letters, but not the same case, return 0.
- All outputs should be followed by a newline character.
- A newline character should follow all outputs.
- If the argument is more than one character or if it's empty, return a newline.
### Usage

Loading…
Cancel
Save