Question: Given the Die class: public class Dies int face; public Die0 il public void setFace(int i face f; public int getface0i retura face Implement a

Given the Die class: public class Dies int face; public Die0 il public void setFace(int i face f; public int getface0i retura face Implement a method named dicey that will create an array of 50 Die objects. The method will generate a random number between 1 and 6 (inclusive) for the face value of each of the objects in the array and wll return the total number of dice with face value 5 Implement a method isPalindrome that takes a string parameter named phrase. The method returns true if phrase is a palindrome and false otherwise. A palindrome is a set of characters that can be read the same way in either direction, eg. racecar
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
