users can create conditions that can return the required results..



by assigning values to variables we can ask the condition to loop using an if/else statement to find the appropriate solution based on the options provided in the function



First an If statement will verify whether the condition is satisfied in the first step. If condition is false we can use elseif to add more conditions to check for the appropriate solution. otherwise we can hard code the condition to display the answer by using else when the first if condition returns false

6 + 3 is not equal to 8 or 11!

8 + 2 is equal to 10!