Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started