جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
What the output
What will happen when you compile and run the following code?
🔥2
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
ادعوا ل اخواننا في ليبيا وصل ضحايا اكثر من 2300 والمفقودين 5 الف 💔
الله يرحم الموتى ويشفى المصابين
4🙏1
يوم المبرمج العالمي
🎉4❤‍🔥11👏1
🔤🔤🔤🔤🔤🔤🔤
📝📝📝📝📝📝📝📝📝📝
🔤🔤🔤🔤
Please open Telegram to view this post
VIEW IN TELEGRAM
The while loop repeats a set of code while the condition is not met?
Anonymous Quiz
35%
True
65%
False
Which of the following is used with the switch statement?
Anonymous Quiz
11%
do
8%
Exit
11%
Continue
71%
break
What is the valid data type for variable “a” to print “Hello World”?

switch(a) { System.out.println("Hello World"); }
Anonymous Quiz
45%
byte and char
35%
char and long
9%
int and float
11%
byte and short
Which of the following is not a decision making statement?
Anonymous Quiz
7%
if
10%
if-else
36%
switch
47%
do-while
This media is not supported in your browser
VIEW IN TELEGRAM
السلام عليكم ورحمة الله وبركاته
سويت مشروع برمجة 2 JavaFX
اتمنى الطلاب تستفيد منه يعتبر تطبيق إدارة مهام بسيط

اخذت المتطلبات من مشروع برمجة 2 جامعة جدة بس اي احد بيستفد منه ان شاء الله
Which data type value is returned by all transcendental math functions?
#java_1
Anonymous Quiz
31%
int
43%
double
15%
float
12%
long