/*Write the following methods and provide a program to test them. a. boolean allTheSame(double x, double y, double z) , returning true if the arguments are all the same b. boolean allDifferent(double ...
* that returns a count of all vowels in the string str . Vowels are the letters a, e, i, o, and * u, and their upper­case variants.