What will be the value of x after executing the
following statement if a=10 and b=20
X= a>b? 100: 200;
Options:
A
100
B
200
C
10
d 20
Answers
Answered by
1
Explanation:
What will be the value of x after executing the
following statement if a=10 and b=20
X= a>b? 100: 200;
Options:
A
100
B
200
C
10
d 20
Similar questions