Question: Write two programs based on the instruction below. Q 1 . ( Palindrome integer ) Write a program that prompts the user to enter a
Write two programs based on the instruction below.
QPalindrome integer Write a program that prompts the user to enter a threedigit integer and
determines whether it is a palindrome integer. An integer is palindrome if it reads the same from right to
left and from left to right. A negative integer is treated the same as a positive integer. Save your program
as pajava.
Sample Runs:
Enter a threedigit integer:
is a palindrome
Enter a threedigit integer:
is not a palindrome
QFind the character of an ASCII code Write a program that receives an ASCII code an integer
between and and displays its character. pajava.
Sample Runs:
Enter an ASCII code:
The character for ASCII code is A
Enter an ASCII code:
The character for ASCII code is b
You must return the following:
The program source file for Q
The program output screenshot for Q
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
