Browse Source

Update README.md

front-back
Hamza elkhatri 2 years ago committed by GitHub
parent
commit
478d72a419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/frontback/README.md

2
subjects/frontback/README.md

@ -2,7 +2,7 @@
### Instructions
Write a program that prints the previous letter and the next letter of the alphabet.
Write a program that prints the previous letter and the next letter of the Latin alphabet.
- If the number of arguments is different from 1, print (`'\n'`).
- If the length of the argument is different from 1, print (`'\n'`)
- If the argument is not a letter, print (`'\n'`)

Loading…
Cancel
Save