求问几道基础的java题目,急求能解释一下的话可以追加
Assumex=4andy=5,Whichofthefollowingistrue?A.x<5&&y<5B.x<5||y<5C.x>5&&y>5D.x>5||y>5———...
Assume x = 4 and y = 5, Which of the following is true?
A.x < 5 && y < 5
B.x < 5 || y < 5
C.x > 5 && y > 5
D.x > 5 || y > 5
————————————————————
Assume x = 4, Which of the following is true?
A.!(x == 4)
B.x != 4
C.x == 5
D.x != 5
——————————————————————
Which of the following is equivalent to x != y?
A.! (x = y)
B.x > y && x < y
C.x > y || x < y
D.x >= y || x <= y
——————————————————————
Suppose x=10 and y=10. What is x after evaluating the expression (y >
10) && (x-- > 10)?
A.9
B.10
C.11
D.12
——————————————————
Suppose x=10 and y=10 what is x after evaluating the expression (y >=
10) || (x-- > 10)..
A.9
B.10
C.11
D.12 展开
A.x < 5 && y < 5
B.x < 5 || y < 5
C.x > 5 && y > 5
D.x > 5 || y > 5
————————————————————
Assume x = 4, Which of the following is true?
A.!(x == 4)
B.x != 4
C.x == 5
D.x != 5
——————————————————————
Which of the following is equivalent to x != y?
A.! (x = y)
B.x > y && x < y
C.x > y || x < y
D.x >= y || x <= y
——————————————————————
Suppose x=10 and y=10. What is x after evaluating the expression (y >
10) && (x-- > 10)?
A.9
B.10
C.11
D.12
——————————————————
Suppose x=10 and y=10 what is x after evaluating the expression (y >=
10) || (x-- > 10)..
A.9
B.10
C.11
D.12 展开
7个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询