First page
Back
Continue
Last page
Image
The Or Operator and the Boolean Result
5 Yrs; Age 20
5 Yrs; Age 55
15 Yrs; Age 40
25 Yrs; Age 60
Sub-Condition 1
False
False
True
True
Sub-Condition 2
False
True
False
True
Condition
False
True
True
True
The only combination that does not displays the message is the first one
Sub-Condition 1
Sub-Condition 2
Condition
If (intDuration_nc > 10 || intAge_nc > 50 )
lblMessage.Text = “Rent Increase Waived
"
;