Sign up for FlowVella
Sign up with FacebookAlready have an account? Sign in now
By registering you are agreeing to our
Terms of Service
Loading Flow
Boolean Expressions allow us to write programs that decide whether to execute a block of code or not.
The result is going to be either true or false, which will have an impact on what is going to be executed next in the program
What happens when you try to sign in somewhere where you don't have an account and where you do have an account?