Homework 4 Problem 1
You cannot submit for this problem because the homework's deadline is due.
Description
Determine whether an integer is a palindrome.
An interger is a palindromewhen it reads the same backwrad as forward.
Input
Input contains an integer, which is to be tested.
Output
Print true
if this integer is a palindrome.
Otherwise, print false
.
Sample:
Sample #1
Sample Input
121
Sample Output
true
Sample #2
Sample Input
211
Sample Output
false
(Name your file as ex1.c and compress it in a zip or tar file with no subdir)
、
Homework 4
- Status
- Finished
- Problems
- 5
- Open Since
- 2020-07-01 00:00
- DDL
- 2020-07-07 23:59
- Extension
- 48.0 hour(s)