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 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 pointEx: If the input is:yellowDaisythe output after the prompts is:You entered: yellow Daisy Note: User input is not part of the program output. Output two passwords using a combination of the user input. Format the passwords as shown below. Submit for points, so points totalEx: If the input is:yellowDaisythe output after the prompts is:You entered: yellow Daisy First password: yellowDaisySecond password: yellow Output the length of each password the number of characters in the stringsSubmit for points, so points totalEx: If the input is:yellowDaisythe output after the prompts is:You entered: yellow Daisy First password: yellowDaisySecond password: yellowNumber of characters in yellowDaisy: Number of characters in yellow:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
