Write a java program that prints out the following menu. Auser can interact with the menu using numbers (1,2,3,4,5,6). The menu will be printed again if the user enters another input. Menu : 1. Find min between 3 numbers using (Math.min). 2. Get a random number from (0-9). 3. Count number of Capital and Small for inputted string. 4. Enter 5 marks in array and send it to function that returns the max mark. 5. Enter two arrays of size 5, send them to function that returns true if equals. 6. Exit
Ads