Question: Question 2: Write a program that randomly generate 30 character string, and count the number of char 'a' in the string. If the number of

Question 2: Write a program that randomly generate 30 character string, and count the number of char 'a' in the string. If the number of 'a' is 3, then stop and print out the string. (Hint: use ASCII code and rand function to generate the random string.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
