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

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

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