Use the keyboard to enter two integers and display the minimum value. If the two numbers are equal, either number is displayed. requirement: The program should read these numbers from the keyboard. The program must display a number on the screen. The program should display the minimum of two integers. If the two numbers are equal, either number is displayed.