This student almost uses a subroutine that reverses the word passed to it as a parameter. The subroutines in this student’s paper are not setup correctly, but all the functionality is still the same.
There is a separate subroutine that takes out all characters excepts for the alphabet. This subroutine is setup correctly.
This student’s assignment prompts the user to enter a word. I see the prompt output on the screen at the beginning of the program.
The output of this program shows the original word, the reversed word, and the stripped word. Also, the program indicates whether or not the string is a palindrome.
There are
enough comments in this student’s program. There’s a comment above every line of program code, and I can easily read what the student has to say.
This paper is lacking a little in form, but the program code is identical to what is asked for in this week’s assignment. I had to give the student full credit for the operation of the code, but I think the student should practice paying closer attention to the directions. Anyway, good job.