Computer Science, asked by sangeetamandalskm12, 5 months ago

Palindrome words are those words which read the same from lert to righ all
Example: MALYALAM, MADAM, LEVEL, ROTATOR, CIVIC
All palindromes are special words but all special words are not palindromes.
Write a program to accept a word. Check and display whether the word is a palindro
word or none of them.
[
2. Define a class Arrange described as below:
Data members/instance variables:
String str (a word)
String i
int p (to store the length of the word)
char ch;
Member Methods:
A parameterised constructor to initialize the data member
To accept the word
To arrange all the alphabets of word in ascending order of their ASCII values
technique
To display the arranged alphabets.
Write a main method to create an object of the class and call the above memb
3. Write a program to enter a two digit number and find out its first fac
m then find the second factor (when the number is divide by​

Answers

Answered by shakuntalad271
0

Answer:

very big

Explanation:

write again......... ................

Similar questions