From 8a6a1b8d137b74241fc4e6012e55349999277651 Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Tue, 21 Jun 2022 01:39:00 +0100 Subject: [PATCH] Update README.md --- subjects/front-back/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/subjects/front-back/README.md b/subjects/front-back/README.md index 4e65a145..36f87b1f 100644 --- a/subjects/front-back/README.md +++ b/subjects/front-back/README.md @@ -2,11 +2,11 @@ ### Instructions -- Write a program that prints the previous and next alphabet of a given 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'`) - - Print the previous alphabet and the next alphabet except for the last and the first alphabet of the alphabet. +Write a program that prints the previous and next alphabet of a given 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'`) +- Print the previous alphabet and the next alphabet except for the last and the first alphabet of the alphabet. ### Usage