1. For all of the following words, if you move the first letterto the end of the word and then spell the word backwards, you getthe original word:
banana dresser grammar potato revive uneven assess
Write a program that gets a word from the keyboard anddetermines whether it has this property. treat uppercase andlowercase letters alike. That means that poTato also has thisproperty.
2. Write a program that generates a random number (between 1 and10 inclusive) 100 times. Output the total number of 1s, 2s,….10s.
Code language is Java. using JGrasp to code