List of questions
Related questions
Question 126 - AD01 discussion
Study the following Process flow:
The Process flow is intended to test the value of the Input data item to determine if it falls within a range of numbers, and then assign a value as an output. The number ranges are defined as between 1 to 100, between 101 to 200, and anything outside these ranges.
The Calculation stages will set the value of the Result data item to 1, 2 or 3.
To enable the Process flow to work correctly, what is the correct expression for the Choice stage branch named 'Between 1 and 100'?
A.
[Input] >= 1 AND [Input] <= 100
B.
[Input] >= 1 AND <= 100
C.
[Input] >= '1' AND [Input] <= '100'
D.
[Input] >= 1 [Input] < 100
E.
[Input] BETWEEN 1 AND 100
Your answer:
0 comments
Sorted by
Leave a comment first