Uipath - Number guessing game

I want the program to give a warning when I make 3 wrong guesses in the number guessing game. How can I do that.

you can create a variable called count and iterate it by 1 for every guess they make, then in an if statemen put that if the count >= 3 to output a message box with a warning

and put all of this in a do while loop with the condition of while Userguess <> number

I’m very new to this business so I don’t fully understand it. If I send the file, can you show it over it?
MAİN.xaml (14.4 KB)

Main.xaml (16.8 KB)

Please see here

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.