0
In control flow how do i ensure the next block of code only executes if the current one executes successfully?
Eg a code that only asks for social security number if the email was correct?
1 ответ
0
you can just use an if statement to see if the previous input was in the correct format