Question
Do this in python using While - loop 1) We are making a Secret numer game. The challange in this task is to ask a
Do this in python using While - loop 1) We are making a Secret numer game. The challange in this task is to ask a user to guess a number between 1 and 100. The code must repeat the input until you guess correctlt. The program must also give track of how many times the code has been repeated (how many guesses it took you until you guessed right) and you can enter a code that ends the game after ten guesses
2) This task requires you to create pseudocode to be code for the "Guess the number" program.
Note the section "assignment" in the study guide where you can get support in the work. Especially for those aiming to be approved. There is then a ready-made pseudocode that you can work with
The challenge is that you write a correct pseudocode and that this moment becomes more difficult the more you work with the code from the first mission.
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