Question: 1. Write a method called complexEquation that accepts three integer parameters and returns true, if the first parameter is not equal to the second and the product of the first two parameters is equal to the third, and false, otherwise
2. Write e a method called isAlpha that accepts a character parameter and returns true if that character is either an uppercase or lowercase alphabetic letter