Question: passwords ( 1 ) Prompt the user to enter two words and a number, storing each into separate variables. Then, output those three values on

passwords(1) Prompt the user to enter two words and a number, storing each into separate variables. Then, output those three values on a single line separated by a space. (Submit for 1 point)Ex: If the input is:yellowDaisy6the output after the prompts is:You entered: yellow Daisy 6Note: User input is not part of the program output.(2) Output two passwords using a combination of the user input. Format the passwords as shown below. (Submit for 2 points, so 3 points total).Ex: If the input is:yellowDaisy6the output after the prompts is:You entered: yellow Daisy 6First password: yellow_DaisySecond password: 6yellow6(3) Output the length of each password (the number of characters in the strings).(Submit for 2 points, so 5 points total).Ex: If the input is:yellowDaisy6the output after the prompts is:You entered: yellow Daisy 6First password: yellow_DaisySecond password: 6yellow6Number of characters in yellow_Daisy: 12Number of characters in 6yellow6: 8

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!