DAT/210 Week 2 Java LAB 3.20: Smallest number

$ 7

DAT/210 Week 2 Java LAB 3.20: Smallest number

Write a program whose inputs are three integers, and whose output is the smallest of the three values.

Ex: If the input is:
7 15 3
the output is:
3

import java.util.Scanner;

public class LabProgram {
public static void main(String() args) {
/* Type your code here. */
}
}

924 in stock

SKU: DAT210WK2LAB3P20 Category:

Description

DAT/210 Week 2 Java LAB 3.20: Smallest number

Write a program whose inputs are three integers, and whose output is the smallest of the three values.

Ex: If the input is:
7 15 3
the output is:
3

import java.util.Scanner;

public class LabProgram {
public static void main(String() args) {
/* Type your code here. */
}
}

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.