Question
2. Use a method (or methods) from the Java Math class to calculate the minimum value of four int variables a, b, c, d and assign that minimum to a variable called smallest. You can write as many lines of Java as you wish - it may be possible to do it with just one! You do not need to write a full program. You do not ne