You are planning to write a guessing game program where the user will guess an integer between one and 20. Put the commented steps in the correct order.

The user will keep guessing until correct.

1. First ___ # Compare the user's answer to the correct number.
2. Second __# Give the user a hint as to whether their guess is too high or too low.
3. Third ___# Ask the user for a guess.
4. Fourth ___ # Generate a random number
(worth 90 points, need answer asap)

Respuesta :

Answer:

1. Generate a random number

2. Ask the user for a guess.

3. Compare the user's answer to the correct number.

4. Give the user a hint as to whether their guess is too high or too

Explanation:

Leave a like and brainist if this helped

Answer:

First step >> Generate a random number

Second step >> Ask the user for a guess.

Third step >> Compare the user's answer to the correct number.

Fourth step >> Give the user a hint as to whether their guess is too high or too