TheGrowthHackersNovigo / Shireen_Day_9

Shireen_Day_9
0 stars 0 forks source link

Shireen_Day_9 #1

Open Shireen2211 opened 4 months ago

Shireen2211 commented 4 months ago

Question1

Question 2 How would you design and implement a number guessing game in UiPath using the State Machine, where the system generates a random number within a defined range (Say 0-9), and the player is given a maximum of five attempts to guess this number correctly? Steps: • Take user inputs for guesses • Generate Random Number • Evaluate these guesses against the generated number • Providing feedback if the guess is too high, too low, or correct • Additionally, Implement the logic to either exit the loop and end the game after five unsuccessful attempts or to exit the loop immediately upon a successful guess within the allotted attempts.

Shireen2211 commented 4 months ago

Initial commit