First page
Back
Continue
Last page
Image
Example of the Xor Operator
If ((intTemp_nc < 32 && !intTemp_nc > 120) ||
(!intTemp_nc < 32 && intTemp_nc > 120))
lblMessage.Text = “Temperature Danger"
;
Sub-Condition 1
Sub-Condition 2
Condition
Temp Less Than 32 Degrees Fahrenheit
Temp Greater Than 120 Degrees Fahrenheit
Temp Between 32 & 120 Degrees Fahrenheit
This Condition works for all the inputs in Red