Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C# programming: how do I code this please Problem 3 This problem requires a user to enter a series of strings. Each time the user
C# programming: how do I code this please
Problem 3 This problem requires a user to enter a series of strings. Each time the user enters a string, you must tell the user how long the string is. Then ask the user to enter another, longer string. Keep doing that until the user enters a string that is not longer than the previous string. Your output should look like the example below. The yellow highlights indicate user input. Example Output *** PROBLEM 3 *** Enter a string: Here's a string. That string is 16 character(s) long. Good. Now enter a longer string: Here's a longer string. That string is 23 character(s) long. Good. Now enter a longer string: Here's a MUCH longer string. That string is 28 character(s) long. Good. Now enter a longer string: This string is really super, duper long! That string is 40 character(s) long. Good. Now enter a longer string: Is this long enough? That string is 20 character(s) long. Sadly, that was not longer than the previous string
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