#java_1
A switch can only test for equality using the equality operator (==).
A switch can only test for equality using the equality operator (==).
Anonymous Quiz
64%
True
36%
False
👍1
#java_1
Used to break out of a loop if a certain condition is met.
Used to break out of a loop if a certain condition is met.
Anonymous Quiz
81%
break
19%
Continue
👍1
#java_1
Will stop further execution of the current iteration of a loop, and then evaluate the LCC and continue if it is true.
Will stop further execution of the current iteration of a loop, and then evaluate the LCC and continue if it is true.
Anonymous Quiz
24%
break
76%
Continue
#java_1
a syntax to select one of many code blocks to be executed
a syntax to select one of many code blocks to be executed
Anonymous Quiz
31%
if else
18%
if
32%
switch
19%
loop
❤1
#java_1
A ... statement tests a variable for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each case.
A ... statement tests a variable for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each case.
Anonymous Quiz
15%
if else
62%
switch
14%
for loop
8%
Do while
الاغلب جاوب خطأ اللي مو فاهم ال switch
يشوف هذا المقطع ويشترك بالقناه
https://youtu.be/Sg11ZTfMM1Q
♡ ㅤ ❍ㅤ ⎙ ⌲
ˡᶦᵏᵉ ᶜᵒᵐᵐᵉⁿᵗ ˢᵃᵛᵉ ˢʰᵃʳᵉ
يشوف هذا المقطع ويشترك بالقناه
https://youtu.be/Sg11ZTfMM1Q
♡ ㅤ ❍ㅤ ⎙ ⌲
ˡᶦᵏᵉ ᶜᵒᵐᵐᵉⁿᵗ ˢᵃᵛᵉ ˢʰᵃʳᵉ
YouTube
java 1 chapter 3 Selection Statement switch
الجزء الثاني من الفصل الثالث السوتش
انضم الى قناتي على التلجرام للمزيد من الشروحات والكثير من الأسئلة لإختبار نفسك في لغة الجافا
https://t.me/learn_java_e
للتواصل معي
https://altmemy.me
انضم الى قناتي على التلجرام للمزيد من الشروحات والكثير من الأسئلة لإختبار نفسك في لغة الجافا
https://t.me/learn_java_e
للتواصل معي
https://altmemy.me
https://instagram.com/altmemy.me?igshid=YmMyMTA2M2Y=
رسمت كل الحروف الانجليزيه ب إستخدام
for loop
تقدرو تشوفوها على حساب الانستا هذا
رسمت كل الحروف الانجليزيه ب إستخدام
for loop
تقدرو تشوفوها على حساب الانستا هذا
👍2
The while loop repeats a set of code while the condition is not met?
Anonymous Quiz
44%
True
56%
False
👍2
What is true about a break?
Anonymous Quiz
30%
Break forces the control out of the loop and starts the execution of next iteration
10%
Break halts the execution of the loop for certain time frame
31%
Break halts the execution and forces the control out of the loop
29%
Break stops the execution of entire program
❤🔥2
What is true about do statement?
Anonymous Quiz
21%
do statement executes the code more than once always
14%
do statement checks the condition at the beginning of the loop
46%
do statement executes the code of a loop at least once
19%
do statement does not get execute if condition is not matched in the first iteration
Which of the following is used with the switch statement?
Anonymous Quiz
7%
do
8%
Exit
15%
Continue
69%
break
👍2