Problem
1.A bank account earns interest once per year. In Java, how do you compute the interest earned in the first year? Assume variables percent and balance of type double have already been declared.
2. In Java, how do you compute the side length of a square whose area is stored in the variable area?