Community Profile

photo

FURKAN AVCI


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Operands to the logical and (&&) and or (||) operators must be convertible to logical scalar values. What is my mistake ?
if ((sales >= 500000) && (sales < 1000000) ) bonusRate = 0.005; elseif ((sales >= 1000000) && (sales < 2000000) ) bonusRate =...

2 years ago | 3 answers | 0

3

answers