جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
Which of the following loops will execute the body of loop even when condition controlling the loop is initially false?
#java_1
Anonymous Quiz
70%
do-while
12%
while
13%
for
6%
none of the mentioned
What will be the output of the following Java statement?
#java_1
👍3😭1
Which of these selection statements test only for equality?
#java_1
Anonymous Quiz
23%
if
33%
switch
37%
if & switch
7%
none of the mentioned
Which of these are selection statements in Java?
#java_1
Anonymous Quiz
23%
for()
54%
if()
12%
continue
10%
break
👍2
Which of the following loops will execute the body of loop even when condition controlling the loop is initially false?
#java_1
Anonymous Quiz
73%
do-while
14%
while
9%
for
5%
none of the mentioned
Which data type value is returned by all transcendental math functions?
#java_1
Anonymous Quiz
31%
int
43%
double
15%
float
12%
long
#java_1
A switch can use relational operators (>, <).
Anonymous Quiz
56%
True
44%
False
#java_1
A switch can only test for equality using the equality operator (==).
Anonymous Quiz
64%
True
36%
False
👍1