Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C Programming Playing with strings Assignment You Must: Write comment after every sentence. Write DESIGN TOO for your program ( I P O Chart Input
C Programming
Playing with strings Assignment
You Must:
Write comment after every sentence.
Write DESIGN TOO for your program ( I P O Chart Input Process - Output )
Outcome:
- Student will demonstrate the ability to create strings.
- Student will demonstrate the ability to manipulate strings.
- Student will demonstrate the ability to write well written code.
Program Specifications:
You are to DESIGN and WRITE a short program that will:
- Allow the user to enter a string with up to 100 letters.
- The program will display the string:
- Forward
- Backward
- Vertical
- As a triangle made from the letters of the string
- The program will display the number of letters in the string.
- Once everything above was displayed, the program will ask the user if he or she wishes to enter a different string or quit.
Submission Requirements:
Requirements will be same as the first assignment which will be the same for all future assignments.
YOU CANNOT
- 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started