answersLogoWhite

0


Best Answer

civic

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Palindrome for the word public
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

A palindrome for the word public?

civic


What is a palindrome for public?

civic


Is there a different word for Palindrome?

There are no one-word synonyms for 'palindrome'.


What is a palindrome word for of a citizen?

"Aibohphobia" is a palindrome word for "of a citizen."


What time word is a palindrome?

The palindrome is Noon.


Write a PHP program to check whether the string is palindrome or not?

You can do this: <?php if ( $word === strrev( $word ) ) { echo "The word is a palindrome"; } else { echo "The word is not a palindrome"; }


What is a palindrome for relating to past tense of the word do?

A palindrome for the past tense of the word "do" is "did."


Is mom a palindrome?

Yes, the word "mom" is a palindrome because it is also "mom" backwards. The word "dad" is also a palindrome.


Bluej program-read a string and check if the given string is a palindrome?

import java.util.Scanner; public class Palindrome{ public static void main(String[] args){ String front; String back =""; char[] failure; String backwards; Scanner input=new Scanner(System.in); System.out.print("Enter a word: "); front=input.next(); front=front.replaceAll(" ", ""); failure=front.toCharArray(); for (int i=0; i<failure.length; i++){ back=failure[i] + back; } if (front.equals(back)){ System.out.print("That word is a palindrome"); }else System.out.print("That word is not a palindrome"); }}


What is the palindrome word for turner?

Rotator is the palindrome for turner.


What is the word for a number palindrome such as 1001?

Numeric palindrome


Why is the word 'palindrom' not spelled the same both ways?

there is an E at the end of palindrome... and your right, the word palindrome should be a palindrome, i dont know why its not.