2 תשובות
if (digit1 == digit3) {
system.out.println("the number:" + digit3 + digit1);
system.out.println(i);
count++;
} else {
system.out.println("the number is not palindrome");
}
תכניס את הבלוק הפקודות שאתה צריך, ותשתמש בסוגרים המקיפים הנכונים.
system.out.println("the number:" + digit3 + digit1);
system.out.println(i);
count++;
} else {
system.out.println("the number is not palindrome");
}
תכניס את הבלוק הפקודות שאתה צריך, ותשתמש בסוגרים המקיפים הנכונים.
שואל השאלה:
תודה
תודה
אנונימי
באותו הנושא: