In this exercise, you modify the Password application from this chapters Apply lesson. Use Windows to make

Question:

In this exercise, you modify the Password application from this chapter’s Apply lesson. Use Windows to make a copy of the Password Solution folder. Rename the copy Modified Password Solution. Open the Password Solution.sln file contained in the Modified Password Solution folder. The btnCreate_Click procedure inserts a number immediately after the first character in the password. The number represents the length of the string before the number is inserted. Modify the procedure so that the number always contains two characters. For example, if the length of the string is 6, insert “06” (a zero and the number 6). Save the solution and then start and test the application. (If the user enters “May the Force be with you”, the Create password button should display M06tFbwy.)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: