جافا Java
6.42K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
Create a Java switch statement to print the name of a day based on a number (1-7).

أنشئ عبارة switch في جافا لطباعة اسم اليوم بناءً على رقم (1-7).

#SwitchStatement
What is the purpose of the `default` keyword in a switch statement?

ما هو الغرض من الكلمة المفتاحية `default` في عبارة switch؟

#JavaControlFlow #SwitchStatement
👍1
What is the purpose of the `break` statement in a `switch` block?

ما هو الغرض من عبارة `break` في كتلة `switch`؟

#JavaControlFlow #SwitchStatement