Question: Create a program that will allow the user to enter a string. The program should then randomly generate a number and if the random number

Create a program that will allow the user to enter a string. The program should then randomly generate a number and if the random number generated is an odd number the program should print the string in lowercase - uppercase format. If the random number generated is an even number, the program should print the string in uppercase - lowercase format. Please refer to the illustration below. Sample #1: (If the number randomly generated is an odd number) Enter a string: This is my sample string Output: tHIS IS my sAmPIE sTrinG Sample #2 {if the number randomly generated is an even number) Enter a string: This is my sample string Output: This Is My Sample StRing
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
