CIW 1D0-735 Question Answer
Which of the following comparison statement will return true?
A)
X=10;
Y=11;
y--;
x==y
B)
X=10;
Y=11;
Y++;
x==y’
C)
X=11;
Y=10;
y--;
x==y;
D)
X=11;
Y=10;
y-= 1;
x==y
CIW 1D0-735 Summary
- Vendor: CIW
- Product: 1D0-735
- Update on: Jul 28, 2025
- Questions: 55