עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

עזרה| תרגיל ממש קל בC#

Featured Replies

פורסם

אני צריך לכתוב תוכנית המקבלת כקלט 3 נתונים : 2 הנתונים הראשונים הם מס' שלמים והנתון השלישי הוא אחד הסימנים: + או - . על התוכנית להציג ולפתור תרגיל חשבוני בהתאם לפעולה החשבונית הנקלטת.לדודגמא: עבור הקלט + 12 10 יתקבל הפלט : 10+12=22

תודה

זה ממש ממש דחוף

פורסם

לכתוב קוד שקולט 2 מספרים אני מניח שאין לך בעיה.

את האופרטור (+\-) תקלוט לתוך תו (char)

תבנה לך switch-case שבודק את התו, או לחילופין תממש את זה עם ifים שבודקים את התו.

פורסם
  • מחבר

לכתוב קוד שקולט 2 מספרים אני מניח שאין לך בעיה.

את האופרטור (+\-) תקלוט לתוך תו (char)

תבנה לך switch-case שבודק את התו, או לחילופין תממש את זה עם ifים שבודקים את התו.

אממ ככה:

int a, b, c;

char d;

a = int.Parse(Console.ReadLine());

b = int.Parse(Console.ReadLine());

d = int.Parse(Console.ReadLine());

if (d=='+')

c=a+b;

else (d=='-')

c=a-b;

Console.WriteLine("{0}{1}{2}={3}", a, d, b, c)

?

פורסם

זה בסדר רק שאחרי ה else אתה בודק עוד תנאי אז תכתוב else if .

פורסם

א. כשאתה כותב קוד בפורום, השתמש בטג קוד (כפתור # למעלה) על מנת שהקוד יוצג כראוי.

ב. את d אתה רוצה לקרוא כ-char, לא כ-int.

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.