en
Feedback
جافا Java

جافا Java

Open in Telegram

ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم

Show more
6 145
Subscribers
-924 hours
-257 days
-8730 days
Posts Archive

We can use Access modifiers with Local Variables
Anonymous voting

int n; n=n+10; كم قيمه n
Anonymous voting

Variable : a location in main memory that holds only onevalue of a particular data type at , but that value can not be changed
Anonymous voting

يعتبر int
Anonymous voting

We can change data type after bdeclared
Anonymous voting

variable must be declared with a data type
Anonymous voting

اللي جاوب غلط تابع هذا المقطع وارجع حاول مره ثانيه https://youtu.be/JTKPd-hcHgU

ماهي مخرجات البرنامج
Anonymous voting

photo content

ماهي مخرجات البرنامج
Anonymous voting

photo content

اكمل الفراغ لطباعة yes خمس مرات
اكمل الفراغ لطباعة yes خمس مرات

output
output

photo content

int i = 0; do { System.out.print(i+" "); i++; } while (i < 5);
Anonymous voting

int i = 0; while (i < 5) { System.out.print(i+" "); }
Anonymous voting

int c[ ][ ]; هل يمثل مصفوفة ثنائية اذا كانت الإجابة خطأ اعطنا الصح في جروب المناقشة
Anonymous voting