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

Kann mir vielleicht jemand behilflich sein, dieses Programm mit Hilfe eines Schreibtischtests zu simulieren

class N3

{

public static void main (String [] args)

{

int a, b;

a = 10;

while (a < 2)

{

b = 0;

if (a % 2 == 0) b = 1;

if (b == 0) a = 3*a+1;

if (b == 1) a = a/2;

Out.println("b: "+b + ",a:"+a);

}

}

}

Mfg Sun-Boy

Sorry, wäre schön wenn es eine Hausaufgabe wäre ist aber eine Übungsaufgabe aus meinem Studium.

Und ich verstehe es nicht so ganz, da der Prof es nicht so ganz rüber bringt.

Mfg Sun-Boy

Naja, was das Ding macht, wenn man a nicht auf 10 setzt siehst Du ja in meinem Beispiel. Wenngleich mir der Sinn der Klasse immer noch nicht klar wird, aber Du wirst Dir schon was dabei gedacht haben respektive Dein Prof.

Sorry, wäre schön wenn es eine Hausaufgabe wäre ist aber eine Übungsaufgabe aus meinem Studium.

Gerade dann solltest Du es selbstständig lösen!

Du kannst das Bsp doch selbst per Hand einmal lösen, ich gehe davon aus, dass Du den Code lesen kannst, die Anweisungen und Operatoren kennst und somit es einmal per Hand durch spielen wirst, dann siehst Du was das Programm macht, andernfalls implementiere, kompiliere es und lass es laufen (wie der Hinweis von @hellslawyer war, schau Dir Deine Variablen an)

Phil

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.