Markpnzlanviz Markpnzlanviz Computer Science Answered Create a java program that will ask the user to enter 5 numbers. the program should be able to determine the highest and lowest number. sample program: num1: 5 num2: 8 num3: 2 num4: 1 num5: 6 Highest number is 8 Lowest number is 1