ch
Feedback
جافا Java

جافا Java

前往频道在 Telegram

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

显示更多
6 328
订阅者
-424 小时
-147
-5930
帖子存档
Write the code to create a program that simulates a simple restaurant ordering system, allowing users to place orders, view the menu, and calculate the total cost. اكتب الكود لإنشاء برنامج يحاكي نظام طلب طعام في مطعم بسيط، ويسمح للمستخدمين بتقديم الطلبات، وعرض قائمة الطعام، وحساب التكلفة الإجمالية.

‏كل عام وانتم بخير، تقبل الله منا ومنكم صالح الأعمال🤍

اختر الإجابة الصحيحة
Anonymous voting

How do you access the length of an array named `arr` in Java? كيف تصل إلى طول مصفوفة تسمى `arr` في جافا؟

اختر الإجابة الصحيحة
Anonymous voting

Which collection interface represents a group of objects as a single unit in Java? أي واجهة تجميع تمثل مجموعة من الكائنات كوحدة واحدة في جافا؟

اختر الإجابة الصحيحة
Anonymous voting

What is the result of the expression `3 + 2 * 4` in Java? ما هو نتيجة التعبير `3 + 2 * 4` في جافا؟

اختر الإجابة الصحيحة
Anonymous voting

Which method is called when an object is created in Java? أي طريقة تسمى عند إنشاء كائن في جافا؟

Write the code to create a program that reads a sequence of integers from the user and calculates their sum, average, minimum, and maximum values. اكتب الكود لإنشاء برنامج يقرأ تسلسل من الأعداد الصحيحة من المستخدم ويحسب مجموعها، ومتوسطها، والقيمة الصغرى، والقيمة القصوى.

اختر الإجابة الصحيحة
Anonymous voting

What keyword is used to access a method or variable from the superclass in a subclass? أي كلمة مفتاحية تستخدم للوصول إلى طريقة أو متغير من الفئة الأساسية في الفئة الفرعية؟

اختر الإجابة الصحيحة
Anonymous voting

In Java, which operator is used for logical AND operation? في جافا، أي عامل يستخدم لعملية AND المنطقية؟

Write the code to define an abstract class 'Shape' with an abstract method 'calculateArea()' in Java. اكتب الكود لتعريف فئة مجردة 'Shape' مع طريقة مجردة 'calculateArea()' في جافا.

اختر الإجابة الصحيحة
Anonymous voting

Which statement correctly creates a two-dimensional array in Java? أي بيان ينشئ مصفوفة ثنائية الأبعاد بشكل صحيح في جافا؟

اختر الإجابة الصحيحة
Anonymous voting