반응형 method1 Chapter 6. Methods[Java Basic] 6.A - Palindrome 수 Time Limit: 1s Memory Limit: 128MB DESCRIPTION 정수를 입력으로 받아 palindrome 숫자인지 체크하는 프로그램을 작성하세요. 왼쪽에서 오른쪽으로 읽는 것과 오른쪽에서 왼쪽으로 읽는 것이 동일할 경우 palindrome 숫자라고 합니다. Write a test program that prompts the user to enter an integer and reports whether the integer is a palindrome. A number is palindrome if it reads the same from right to left and from left to right. INPUT * Line 1 : 테스트케이스 T.. 2021. 11. 5. 이전 1 다음 반응형