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

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

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 Programming Questions!