You have to find and return the smallest complex number and design the static method
Question- A Given a "Complex" class with all the standard methods for complex numbers, design the static method to find and return the smallest complex number.
public static Complex getMin (Complex [ ] numbers);
Question-B Design the static method below to count and return the frequency of each digit in the array of strings.
public static int [ ] countFreq (String [ ] strings);
Please make sure it compiles and write the full program to receive full credit. Thank you so much for your help.