{
public static void main(String[] args)
{
final double inches2CM = 2.54;
double centimetre`;
System.out.print("Enter the value in inche ")
Value in inches = EasyIn.getInt()
System.out.print("
Write a java application that finds the smallest of several integers. Prompt the user for the number of integers that will be input, then prompt the user for that number of integers. Evaluate the integers to determine the smallest value. Run the program to test for 3 numbers -- 50, 10, 100 Run the program a second time to test for 5 input number; -- 7, -2, 0, 15, 5 Submit your .java, .class and results. The results may be copied and pasted at the bottom of the .java file OR placed in a word document.
1 answer