Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

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.

Empfohlene Antworten

Veröffentlicht

Ich verstehe nicht ganz was der compiler bei folgender berechnung als Ergebniss bekommt:


double percent2 =(1 /2) * 100;

der compiler zeigt mir an das percent2 den wert 0.0 nach der berechnung innehält. Ich versteh es nicht. Es sollten eigentlich 50.0 rauskommen. Ich habs mal durchlaufen lassen und per debugger auf wert geprüft beispielsweise mit folgendem ergebnis:

double percent2 =(1 /11) * 100; //result:0.0

percent2 =(2 /11) * 100;//result:0.0

percent2 =(3 /11) * 100;//result:0.0

percent2 =(4 /11) * 100;//result:0.0

percent2 =(5 /11) * 100;//result:0.0

percent2 =(6 /11) * 100;//result:0.0

percent2 =(7 /11) * 100;//result:0.0

percent2 =(8 /11) * 100;//result:0.0

percent2 =(9 /11) * 100;//result:0.0

percent2 =(10 /11) * 100;//result:0.0

percent2 =(11 /11) * 100;//result:100.0

lediglich die 100 Prozent werden richtig errechnet.

Was ist das bitte für ein verhalten?

lg

Gateway

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.