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.

pangeawelt

User
  • Registriert

  • Letzter Besuch

Alle Beiträge von pangeawelt

  1. Hallo Leute, ich würde gern wissen , welche Algorithmus für die Prüfung lernen soll. Also z.B Luhn-Algorithmus im Java public static boolean check(int[] digits) { int sum = 0; int length = digits.length; for (int i = 0; i < length; i++) { // get digits in reverse order int digit = digits[length - i - 1]; // every 2nd number multiply with 2 if (i % 2 == 1) { digit *= 2; } sum += digit > 9 ? digit - 9 : digit; } return sum % 10 == 0; }
  2. Hallo , ich suche auch Zwischenprüfung und Abschlussprüfung . (am Besten mit Lösung )ich mache Umschulung von FIAE es wäre schön wenn jemand mit mir teilen würde. mein ganibuer@gmx.de Danke im Voraus

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.