Using Two Classes, one main class only for calling methods in the second class
{Hint: suppose you two classes Like Class A and Class B.
Class A has all methods only.
Class B only Calling methods}
Q1- write a java program to do the following
i- method for input array elements number.
ii- method for show array elements.
iii- method for search array elements.
iv- method for to return the maximun number.
v- method for sorting array .
Q2- write a java program to do the following
C = A + B