I need help my code wont stop messing up

this code keeps adding a code that does not exist and skips two lines of code and gives the same out come no matter what. please help

Your code gives the same output, because you have programmed it so.

If you tell me in detail what you need to do, I will try to help you.

i have been trying to make an attendance app but the code has been skipeing the others and going to carissa. if you know a way to stop this that will be great!

In your code I see a loop “repeat” that executes once. Thus, when you click on Button1 you have consistently met all the blocks Label1.Text and written the Label.Text = “is alan here?”. You need to use the “if” block, if you need an operation, select an action.