Question: PROBLEM SOLVING 2 1. Write a guessing game where the user has to guess a secret number. After every guess the program tells the user

PROBLEM SOLVING 2 1. Write a guessing game where the user has to guess a secret number. After every guess the program tells the user whether their number was too large or too small. At the end the number of tries needed should be printed. It counts only as one try if they input the same number multiple times consecutively. 2. Write a function that combines two lists by alternatingly taking elements, e.g. (a,b,c), (1,2,3] [a,1,b,2,C,3]. 3. Write a program that automatically converts English text to Morse code and vice versa
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
