جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
جمل التحكم مع الحلقات في جافا
🔗🔗🔗🔗🔗🔗🔗🔗🔗
نستخدم جمل التحكم ( Control Statements ) للتحكم في سير تنفيذ الحلقات
١ :Break Statement
تستخدم في الحلقات و في الجملة switch.
بمجرد ان تنفذ الجملة break فإنها توقف الـ scope بأكمله و تخرج منه و تمسحه من الذاكرة ثم تنتقل للكود الذي يليه في البرنامج.
٢ : Continue Statement
تستخدم مع الحلقات فقط.
نستخدمها لتجاوز تنفيذ كود معين في الحلقة, إذاً نستخدمها لتجاوز جزء من كود الـ scope.
This media is not supported in your browser
VIEW IN TELEGRAM
جافا Java
Sticker
مخطط تدفق البيانات للحلقة for
This media is not supported in your browser
VIEW IN TELEGRAM
جافا Java
Sticker
مخطط تدفق البيانات للحلقة while
This media is not supported in your browser
VIEW IN TELEGRAM
👍3
جافا Java
Sticker
مخطط تدفق البيانات للحلقة do while
What will happen when you compile and run the following code?
What will happen when you compile and run the following code?
What will happen when you compile and run the following code?
What will happen when you compile and run the following code?
What will happen when you compile and run the following code?