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.

morfui2

Mitglieder
  • Registriert

  • Letzter Besuch

  1. morfui2 hat auf morfui2's Thema geantwortet in .NET
    static void Main(string[] args) { int zahl; int i = 2; bool prim; Console.WriteLine("Bitte geben Sie eine Zahl ein: "); zahl = Convert.ToInt32(Console.ReadLine()); prim = i % 1 == 0 && i % i != 0; i = prim; while(zahl % i != 0) { i++; } if (zahl % i == 0) Console.WriteLine("{0}: " + i, zahl); Console.ReadLine(); } ich habe nun das Problem dass er mir eine Fehlermeldung ausspuckt bei i = prim
  2. morfui2 hat auf morfui2's Thema geantwortet in .NET
    So wird mir leider nur das Ergebnis ausgegeben bei Eingabe von hundert bspw. 100:50 static void Main(string[] args) { int zahl; int i; Console.WriteLine("Bitte geben Sie eine Zahl ein: "); zahl = Convert.ToInt32(Console.ReadLine()); for (i = 2; i <= zahl; i++) { if (zahl % i == 0) Console.WriteLine("{0}: " + zahl / i, zahl); else if (zahl % i != 0) i++; Console.WriteLine("{0}: " + zahl / i, zahl); break; } Console.ReadLine(); komm einfach nicht drauf...
  3. morfui2 hat einem Thema gepostet in .NET
    Ich muss ein Programm mit C# schreiben, welches mir bei Eingabe einer Beliebigen Zahl die dazu gehörigen Primfaktoren ausgibt. Bsp. Eingabe: 100 Ausgabe: 2*2*5*5 Bekomm es allerdings nicht zusammen. Irgendwelche Anregungen? Bin für jede Hilfe dankbar

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.