23) Write a java program to accept the details of n Cricket Players from user (Player code, name, runs, innings- played and number of times not out). The program should contain following menus:
-Display average runs of a single player.
-Display average runs of all players. (Use array of objects, Method overloading and static
keyword)