Challenge: Find the Previous Alphabet
Test your understanding of the concepts we have covered so far by solving a simple challenge.
We'll cover the following...
Problem statement
In this challenge, you are given a character that is stored in a variable named character
. Your task is to write a code that makes the same variable, character
, now store the character preceding the one ...