QuestionQ168
Variables and ArgumentsGiven the following variable assignments:

What is the output of this conditional?
outputX = If(Clnt(doubleX + Cdbl(intX) + CDbl(stringX)) > 38.30, 1, 0)
Given the following variable assignments:

What is the output of this conditional?
outputX = If(Clnt(doubleX + Cdbl(intX) + CDbl(stringX)) > 38.30, 1, 0)
Community Discussion