Question: Must be in C Playing with Strings Assignment Outcomes: Demonstrate the ability to create strings. Demonstrate the ability to manipulate strings. Demonstrate the ability to
Must be in C
Playing with Strings Assignment
Outcomes:
- Demonstrate the ability to create strings.
- Demonstrate the ability to manipulate strings.
- Demonstrate the ability to write well written code.
Program Specifications:
DESIGN and IMPLEMENT a short program that will:
- Allow the user to enter a string with up to 100 letters.
- Display the user-entered string:
- Forward
- Backward
- Vertical
- As a triangle made from the letters of the string
- Display the number of letters in the string.
- Once everything above is displayed, the program will ask the user if he or she wishes to enter a different string or quit.
DO NOT:
- Use global variables, in this or any program ever.
- Use goto statement(s) , in this or any program ever.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
