Skip to content
Advertisement

Tag: boolean-logic

Multiple boolean values in if else statement is always false in Java

I am stuck to this method because of the if else condition says that Condition usersInSales && usersInPayments is always false Condition usersInSales && usersInLoans is always false Condition usersInPayments && usersInLoans is always false I tried different condition combinations and added the false values to try resolve it but it didn’t help. Please can I have some help? Thanks

Advertisement