Write a program whose inputs are three integers, and whose output is the smallest of the three values.
May 30th, 2022
import java.util.Scanner;
public class LabProgram {
public static void main(String[] args) {
/* Type your code here. */
}
}