עבור לתוכן
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.

לולאה לא עובדת - לא יוצא שום פלט ולולאה אינסופית (JAVA) אפשר עזרה ?

Featured Replies

פורסם

 

import java.util.Scanner;
public class Numbers
{
    public static void main (String[]args){
        Scanner scan = new Scanner (System.in);
        System.out.println("Enter the old Katalog Number");
        int I=0;

 

        while(I<10) {
            I+=1;
            int old = scan.nextInt();
            System.out.println("The old Katalog Number is " +old  + " The new Katalog Number is " +newKatalogNumber(old));
        }

    }

 

    private static int newKatalogNumber(int o) {
        int right = o%10;
        int C=10,left=o, nkn=0;
        while(left>=10) {
            left = o/10;
            C*=10;
        }
        if (right>left){
            nkn = right * C + o;
        }
        if (left>right){
            nkn = left * C + o;
        }
        if (left == right){
            nkn = 9 * C + o;
        }

 

        return nkn;
    }
}
פורסם

 

למה אתה מצפה שהלולאה הזאת אי פעם תיגמר? למה שהתנאי יפסיק להתקיים?

while(left>=10) {
	left = o/10;
	C*=10;
}

וכדאי מאוד שאת הקוד שלך בפורום תשים בתגיות code <> ככה הוא יהיה הרבה יותר קריא

ארכיון

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

דיונים חדשים

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.